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

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: blogger#blogPerUserInfo) - 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

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.BlogPerUserInfo{
  blogId: String.t(),
  hasAdminAccess: boolean(),
  kind: String.t(),
  photosAlbumKey: String.t(),
  role: String.t(),
  userId: String.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.