google_api_blogger v0.3.0 GoogleApi.Blogger.V3.Model.CommentAuthor View Source

The author of this Comment.

Attributes

  • displayName (String.t): The display name. Defaults to nil.
  • id (String.t): The identifier of the Comment creator. Defaults to nil.
  • image (GoogleApi.Blogger.V3.Model.CommentAuthorImage.t): The comment creator's avatar. Defaults to nil.
  • url (String.t): The URL of the Comment creator's Profile page. 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() :: %GoogleApi.Blogger.V3.Model.CommentAuthor{
  displayName: String.t(),
  id: String.t(),
  image: GoogleApi.Blogger.V3.Model.CommentAuthorImage.t(),
  url: String.t()
}

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.