View Source GoogleApi.Blogger.V3.Model.Blog (google_api_blogger v0.15.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Blogger.V3.Model.Blog{ customMetaData: String.t() | nil, description: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, locale: GoogleApi.Blogger.V3.Model.BlogLocale.t() | nil, name: String.t() | nil, pages: GoogleApi.Blogger.V3.Model.BlogPages.t() | nil, posts: GoogleApi.Blogger.V3.Model.BlogPosts.t() | nil, published: String.t() | nil, selfLink: String.t() | nil, status: String.t() | nil, updated: String.t() | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.