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

Attributes

  • etag (type: String.t, default: nil) - Etag of the response.
  • items (type: list(GoogleApi.Blogger.V3.Model.Post.t), default: nil) - The list of Posts 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.
  • prevPageToken (type: String.t, default: nil) - Pagination token to fetch the previous page, if one exists.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.PostList{
  etag: String.t() | nil,
  items: [GoogleApi.Blogger.V3.Model.Post.t()] | nil,
  kind: String.t() | nil,
  nextPageToken: String.t() | nil,
  prevPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.