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

Attributes

  • count (type: String.t, default: nil) - Count of page views for the given time range.
  • timeRange (type: String.t, default: nil) - Time range the given count applies to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.PageviewsCounts{
  count: String.t() | nil,
  timeRange: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.