google_api_blogger v0.3.0 GoogleApi.Blogger.V3.Model.Page View Source
Attributes
- author (GoogleApi.Blogger.V3.Model.PageAuthor.t): The author of this Page. Defaults to
nil. - blog (GoogleApi.Blogger.V3.Model.PageBlog.t): Data about the blog containing this Page. Defaults to
nil. - content (String.t): The body content of this Page, in HTML. Defaults to
nil. - etag (String.t): Etag of the resource. Defaults to
nil. - id (String.t): The identifier for this resource. Defaults to
nil. - kind (String.t): The kind of this entity. Always blogger#page Defaults to
blogger#page. - published (DateTime.t): RFC 3339 date-time when this Page 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 page for admin resources (either LIVE or DRAFT). Defaults to
nil. - title (String.t): The title of this entity. This is the name displayed in the Admin user interface. Defaults to
nil. - updated (DateTime.t): RFC 3339 date-time when this Page was last updated. Defaults to
nil. - url (String.t): The URL that this Page is displayed at. 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.Page{
author: GoogleApi.Blogger.V3.Model.PageAuthor.t(),
blog: GoogleApi.Blogger.V3.Model.PageBlog.t(),
content: String.t(),
etag: String.t(),
id: String.t(),
kind: String.t(),
published: DateTime.t(),
selfLink: String.t(),
status: String.t(),
title: String.t(),
updated: DateTime.t(),
url: String.t()
}
t() :: %GoogleApi.Blogger.V3.Model.Page{
author: GoogleApi.Blogger.V3.Model.PageAuthor.t(),
blog: GoogleApi.Blogger.V3.Model.PageBlog.t(),
content: String.t(),
etag: String.t(),
id: String.t(),
kind: String.t(),
published: DateTime.t(),
selfLink: String.t(),
status: String.t(),
title: 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.