Class DateRangeValues
Used to return a list of metrics for a single DateRange / dimension combination
Implements
Inherited Members
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> |