Show / Hide Table of Contents

Class Pageviews.CountsData

The container of posts in this blog.

Inheritance
object
Pageviews.CountsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX