google_api_blogger v0.2.0 GoogleApi.Blogger.V3.Model.Page View Source

Attributes

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.