Show / Hide Table of Contents

Class PivotHeaderEntry

The headers for the each of the metric column corresponding to the metrics requested in the pivots section of the response.

Inheritance
object
PivotHeaderEntry
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 PivotHeaderEntry : IDirectResponseSchema

Properties

DimensionNames

The name of the dimensions in the pivot response.

Declaration
[JsonProperty("dimensionNames")]
public virtual IList<string> DimensionNames { get; set; }
Property Value
Type Description
IList<string>

DimensionValues

The values for the dimensions in the pivot.

Declaration
[JsonProperty("dimensionValues")]
public virtual IList<string> DimensionValues { 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

Metric

The metric header for the metric in the pivot.

Declaration
[JsonProperty("metric")]
public virtual MetricHeaderEntry Metric { get; set; }
Property Value
Type Description
MetricHeaderEntry

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX