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

Attributes

  • blog (type: GoogleApi.Blogger.V3.Model.Blog.t, default: nil) - The Blog resource.
  • blog_user_info (type: GoogleApi.Blogger.V3.Model.BlogPerUserInfo.t, default: nil) - Information about a User for the Blog.
  • kind (type: String.t, default: nil) - The kind of this entity. Always blogger#blogUserInfo.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.BlogUserInfo{
  blog: GoogleApi.Blogger.V3.Model.Blog.t() | nil,
  blog_user_info: GoogleApi.Blogger.V3.Model.BlogPerUserInfo.t() | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.