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

The author of this Page.

Attributes

  • displayName (String.t): The display name. Defaults to: null.
  • id (String.t): The identifier of the Page creator. Defaults to: null.
  • image (PageAuthorImage): Defaults to: null.
  • url (String.t): The URL of the Page creator's Profile page. 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.PageAuthor{
  displayName: any(),
  id: any(),
  image: GoogleApi.Blogger.V3.Model.PageAuthorImage.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.