Show / Hide Table of Contents

Class Pageviews.CountsData

Inheritance
System.Object
Pageviews.CountsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class 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
System.Nullable<System.Int64>

TimeRange

Time range the given count applies to.

Declaration
[JsonProperty("timeRange")]
public virtual string TimeRange { get; set; }
Property Value
Type Description
System.String
Back to top