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