Class MetricValueGroup
Contains all metric values requested for a single date range and set of column dimension values (returned in the columns field of the response). The order of the metrics in each field corresponds to the order of the metrics specified in the request.
Implements
Inherited Members
Namespace: Google.Apis.CurationPartners.v1.Data
Assembly: Google.Apis.CurationPartners.v1.dll
Syntax
public class MetricValueGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrimaryValues
Data for the PRIMARY MetricValueType.
Declaration
[JsonProperty("primaryValues")]
public virtual IList<ReportValue> PrimaryValues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ReportValue> |