Show / Hide Table of Contents

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.

Inheritance
object
MetricValueGroup
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.AgenciesAndBrands.v1.Data
Assembly: Google.Apis.AgenciesAndBrands.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX