Class Pageviews.CountsData
The container of posts in this blog.
Inherited Members
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class Pageviews.CountsData
Properties
Count
Count of page views for the given time range.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
TimeRange
Time range the given count applies to.
Declaration
[JsonProperty("timeRange")]
public virtual string TimeRange { get; set; }
Property Value
Type | Description |
---|---|
string |