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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.Pageviews{
  blogId: String.t() | nil,
  counts: [GoogleApi.Blogger.V3.Model.PageviewsCounts.t()] | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.