View Source GoogleApi.Blogger.V3.Model.PostUserInfo (google_api_blogger v0.15.0)

Attributes

  • kind (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.PostUserInfo{
  kind: String.t() | nil,
  post: GoogleApi.Blogger.V3.Model.Post.t() | nil,
  post_user_info: GoogleApi.Blogger.V3.Model.PostPerUserInfo.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.