google_api_blogger v0.1.0 GoogleApi.Blogger.V3.Model.Pageviews View Source
Attributes
- blogId (String.t): Blog Id Defaults to:
null. - counts ([PageviewsCounts]): The container of posts in this blog. Defaults to:
null. - kind (String.t): The kind of this entry. Always blogger#page_views Defaults to:
null.
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: any(),
counts: [GoogleApi.Blogger.V3.Model.PageviewsCounts.t()],
kind: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.