google_api_blogger v0.9.0 GoogleApi.Blogger.V3.Model.PostPerUserInfo View Source

Attributes

  • blogId (type: String.t, default: nil) - ID of the Blog that the post resource belongs to.
  • hasEditAccess (type: boolean(), default: nil) - True if the user has Author level access to the post.
  • kind (type: String.t, default: blogger#postPerUserInfo) - The kind of this entity. Always blogger#postPerUserInfo
  • postId (type: String.t, default: nil) - ID of the Post resource.
  • 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.PostPerUserInfo{
  blogId: String.t(),
  hasEditAccess: boolean(),
  kind: String.t(),
  postId: 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.