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

Attributes

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

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: any(),
  hasAdminAccess: any(),
  kind: any(),
  photosAlbumKey: any(),
  role: any(),
  userId: any()
}

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.