google_api_blogger v0.11.1 GoogleApi.Blogger.V3.Model.PostUserInfosList View Source

Attributes

  • items (type: list(GoogleApi.Blogger.V3.Model.PostUserInfo.t), default: nil) - The list of Posts with User information for the post, for this Blog.
  • kind (type: String.t, default: nil) - The kind of this entity. Always blogger#postList.
  • nextPageToken (type: String.t, default: nil) - Pagination token to fetch the next page, if one exists.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Blogger.V3.Model.PostUserInfosList{
  items: [GoogleApi.Blogger.V3.Model.PostUserInfo.t()],
  kind: String.t(),
  nextPageToken: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.