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

Attributes

  • kind (String.t): The kind of this entity. Always blogger#postUserInfo Defaults to blogger#postUserInfo.
  • post (GoogleApi.Blogger.V3.Model.Post.t): The Post resource. Defaults to nil.
  • post_user_info (GoogleApi.Blogger.V3.Model.PostPerUserInfo.t): Information about a User for the Post. 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.PostUserInfo{
  kind: String.t(),
  post: GoogleApi.Blogger.V3.Model.Post.t(),
  post_user_info: GoogleApi.Blogger.V3.Model.PostPerUserInfo.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.