google_api_blogger v0.2.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()
View Source
t() :: %GoogleApi.Blogger.V3.Model.Pageviews{
blogId: any(),
counts: [GoogleApi.Blogger.V3.Model.PageviewsCounts.t()],
kind: any()
}
t() :: %GoogleApi.Blogger.V3.Model.Pageviews{ blogId: any(), counts: [GoogleApi.Blogger.V3.Model.PageviewsCounts.t()], kind: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.