Class ColumnHeader
Column headers.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class ColumnHeader : IDirectResponseSchema
Properties
Dimensions
The dimension names in the response.
Declaration
[JsonProperty("dimensions")]
public virtual IList<string> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricHeader
Metric headers for the metrics in the response.
Declaration
[JsonProperty("metricHeader")]
public virtual MetricHeader MetricHeader { get; set; }
Property Value
Type | Description |
---|---|
MetricHeader |