Class MetricHeader
The headers for the metrics.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class MetricHeader : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricHeaderEntries
Headers for the metrics in the response.
Declaration
[JsonProperty("metricHeaderEntries")]
public virtual IList<MetricHeaderEntry> MetricHeaderEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<MetricHeaderEntry> |
PivotHeaders
Headers for the pivots in the response.
Declaration
[JsonProperty("pivotHeaders")]
public virtual IList<PivotHeader> PivotHeaders { get; set; }
Property Value
Type | Description |
---|---|
IList<PivotHeader> |