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

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: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.PostPerUserInfo{
  blogId: String.t() | nil,
  hasEditAccess: boolean() | nil,
  kind: String.t() | nil,
  postId: String.t() | nil,
  userId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.