google_api_blogger v0.6.0 GoogleApi.Blogger.V3.Model.CommentList View Source

Attributes

  • etag (type: String.t, default: nil) - Etag of the response.
  • items (type: list(GoogleApi.Blogger.V3.Model.Comment.t), default: nil) - The List of Comments for a Post.
  • kind (type: String.t, default: blogger#commentList) - The kind of this entry. Always blogger#commentList
  • 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.

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.CommentList{
  etag: String.t(),
  items: [GoogleApi.Blogger.V3.Model.Comment.t()],
  kind: String.t(),
  nextPageToken: String.t(),
  prevPageToken: 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.