Show / Hide Table of Contents

Class Row

A row of report data.

Inheritance
object
Row
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.CurationPartners.v1.Data
Assembly: Google.Apis.CurationPartners.v1.dll
Syntax
public class Row : IDirectResponseSchema

Properties

DimensionValues

The order of the dimension values is the same as the order of the dimensions specified in the request.

Declaration
[JsonProperty("dimensionValues")]
public virtual IList<ReportValue> DimensionValues { get; set; }
Property Value
Type Description
IList<ReportValue>

ETag

The ETag of the item.

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

MetricValueGroups

The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y.

Declaration
[JsonProperty("metricValueGroups")]
public virtual IList<MetricValueGroup> MetricValueGroups { get; set; }
Property Value
Type Description
IList<MetricValueGroup>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX