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

Attributes

  • blogId (type: String.t, default: nil) - ID of the Blog resource.
  • hasAdminAccess (type: boolean(), default: nil) - True if the user has Admin level access to the blog.
  • kind (type: String.t, default: nil) - The kind of this entity. Always blogger#blogPerUserInfo.
  • photosAlbumKey (type: String.t, default: nil) - The Photo Album Key for the user when adding photos to the blog.
  • role (type: String.t, default: nil) - Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
  • userId (type: String.t, default: nil) - ID of the User.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.BlogPerUserInfo{
  blogId: String.t() | nil,
  hasAdminAccess: boolean() | nil,
  kind: String.t() | nil,
  photosAlbumKey: String.t() | nil,
  role: String.t() | nil,
  userId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.