google_api_blogger v0.7.0 GoogleApi.Blogger.V3.Model.PageList View Source
Attributes
etag(type:String.t, default:nil) - Etag of the response.items(type:list(GoogleApi.Blogger.V3.Model.Page.t), default:nil) - The list of Pages for a Blog.kind(type:String.t, default:blogger#pageList) - The kind of this entity. Always blogger#pageListnextPageToken(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
Link to this type
t()
View Sourcet() :: %GoogleApi.Blogger.V3.Model.PageList{
etag: String.t(),
items: [GoogleApi.Blogger.V3.Model.Page.t()],
kind: String.t(),
nextPageToken: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.