Show / Hide Table of Contents

Class DateRangeValues

Used to return a list of metrics for a single DateRange / dimension combination

Inheritance
object
DateRangeValues
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class DateRangeValues : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PivotValueRegions

The values of each pivot region.

Declaration
[JsonProperty("pivotValueRegions")]
public virtual IList<PivotValueRegion> PivotValueRegions { get; set; }
Property Value
Type Description
IList<PivotValueRegion>

Values

Each value corresponds to each Metric in the request.

Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX