google_api_blogger v0.6.0 GoogleApi.Blogger.V3.Model.Blog View Source
Attributes
customMetaData
(type:String.t
, default:nil
) - The JSON custom meta-data for the Blogdescription
(type:String.t
, default:nil
) - The description of this blog. This is displayed underneath the title.id
(type:String.t
, default:nil
) - The identifier for this resource.kind
(type:String.t
, default:blogger#blog
) - The kind of this entry. Always blogger#bloglocale
(type:GoogleApi.Blogger.V3.Model.BlogLocale.t
, default:nil
) - The locale this Blog is set to.name
(type:String.t
, default:nil
) - The name of this blog. This is displayed as the title.pages
(type:GoogleApi.Blogger.V3.Model.BlogPages.t
, default:nil
) - The container of pages in this blog.posts
(type:GoogleApi.Blogger.V3.Model.BlogPosts.t
, default:nil
) - The container of posts in this blog.published
(type:DateTime.t
, default:nil
) - RFC 3339 date-time when this blog was published.selfLink
(type:String.t
, default:nil
) - The API REST URL to fetch this resource from.status
(type:String.t
, default:nil
) - The status of the blog.updated
(type:DateTime.t
, default:nil
) - RFC 3339 date-time when this blog was last updated.url
(type:String.t
, default:nil
) - The URL where this blog is published.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.