google_api_blogger v0.3.0 GoogleApi.Blogger.V3.Model.Blog View Source
Attributes
- customMetaData (String.t): The JSON custom meta-data for the Blog Defaults to
nil. - description (String.t): The description of this blog. This is displayed underneath the title. Defaults to
nil. - id (String.t): The identifier for this resource. Defaults to
nil. - kind (String.t): The kind of this entry. Always blogger#blog Defaults to
blogger#blog. - locale (GoogleApi.Blogger.V3.Model.BlogLocale.t): The locale this Blog is set to. Defaults to
nil. - name (String.t): The name of this blog. This is displayed as the title. Defaults to
nil. - pages (GoogleApi.Blogger.V3.Model.BlogPages.t): The container of pages in this blog. Defaults to
nil. - posts (GoogleApi.Blogger.V3.Model.BlogPosts.t): The container of posts in this blog. Defaults to
nil. - published (DateTime.t): RFC 3339 date-time when this blog was published. Defaults to
nil. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to
nil. - status (String.t): The status of the blog. Defaults to
nil. - updated (DateTime.t): RFC 3339 date-time when this blog was last updated. Defaults to
nil. - url (String.t): The URL where this blog is published. Defaults to
nil.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Blogger.V3.Model.Blog{
customMetaData: String.t(),
description: String.t(),
id: String.t(),
kind: String.t(),
locale: GoogleApi.Blogger.V3.Model.BlogLocale.t(),
name: String.t(),
pages: GoogleApi.Blogger.V3.Model.BlogPages.t(),
posts: GoogleApi.Blogger.V3.Model.BlogPosts.t(),
published: DateTime.t(),
selfLink: String.t(),
status: String.t(),
updated: DateTime.t(),
url: String.t()
}
t() :: %GoogleApi.Blogger.V3.Model.Blog{
customMetaData: String.t(),
description: String.t(),
id: String.t(),
kind: String.t(),
locale: GoogleApi.Blogger.V3.Model.BlogLocale.t(),
name: String.t(),
pages: GoogleApi.Blogger.V3.Model.BlogPages.t(),
posts: GoogleApi.Blogger.V3.Model.BlogPosts.t(),
published: DateTime.t(),
selfLink: String.t(),
status: String.t(),
updated: DateTime.t(),
url: String.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.