Show / Hide Table of Contents

Class MetricHeader

The headers for the metrics.

Inheritance
object
MetricHeader
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX