google_api_blogger v0.8.0 GoogleApi.Blogger.V3.Model.Pageviews View Source
Attributes
blogId(type:String.t, default:nil) - Blog Idcounts(type:list(GoogleApi.Blogger.V3.Model.PageviewsCounts.t), default:nil) - The container of posts in this blog.kind(type:String.t, default:blogger#page_views) - 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Blogger.V3.Model.Pageviews{
blogId: String.t(),
counts: [GoogleApi.Blogger.V3.Model.PageviewsCounts.t()],
kind: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.