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

Attributes

  • kind (type: String.t, default: blogger#postUserInfo) - The kind of this entity. Always blogger#postUserInfo
  • post (type: GoogleApi.Blogger.V3.Model.Post.t, default: nil) - The Post resource.
  • post_user_info (type: GoogleApi.Blogger.V3.Model.PostPerUserInfo.t, default: nil) - Information about a User for the Post.

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.