google_api_blogger v0.13.0 GoogleApi.Blogger.V3.Model.Blog View Source
Attributes
-
customMetaData(type:String.t, default:nil) - The JSON custom meta-data for the Blog. -
description(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:nil) - The kind of this entry. Always blogger#blog. -
locale(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:String.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:String.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
Specs
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: String.t(),
selfLink: String.t(),
status: String.t(),
updated: String.t(),
url: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.