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