google_api_blogger v0.5.0 GoogleApi.Blogger.V3.Model.Page View Source
Attributes
author(type:GoogleApi.Blogger.V3.Model.PageAuthor.t, default:nil) - The author of this Page.blog(type:GoogleApi.Blogger.V3.Model.PageBlog.t, default:nil) - Data about the blog containing this Page.content(type:String.t, default:nil) - The body content of this Page, in HTML.etag(type:String.t, default:nil) - Etag of the resource.id(type:String.t, default:nil) - The identifier for this resource.kind(type:String.t, default:blogger#page) - The kind of this entity. Always blogger#pagepublished(type:DateTime.t, default:nil) - RFC 3339 date-time when this Page 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 page for admin resources (either LIVE or DRAFT).title(type:String.t, default:nil) - The title of this entity. This is the name displayed in the Admin user interface.updated(type:DateTime.t, default:nil) - RFC 3339 date-time when this Page was last updated.url(type:String.t, default:nil) - The URL that this Page is displayed at.
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.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
Unwrap a decoded JSON object into its complex fields.