google_api_blogger v0.3.0 GoogleApi.Blogger.V3.Model.Pageviews View Source

Attributes

  • blogId (String.t): Blog Id Defaults to nil.
  • counts (list(GoogleApi.Blogger.V3.Model.PageviewsCounts.t)): The container of posts in this blog. Defaults to nil.
  • kind (String.t): The kind of this entry. Always blogger#page_views Defaults to blogger#page_views.

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.Pageviews{
  blogId: String.t(),
  counts: [GoogleApi.Blogger.V3.Model.PageviewsCounts.t()],
  kind: 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.