Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaAccessRow

Access report data for each row.

Inheritance
object
GoogleAnalyticsAdminV1alphaAccessRow
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.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAccessRow : IDirectResponseSchema

Properties

DimensionValues

List of dimension values. These values are in the same order as specified in the request.

Declaration
[JsonProperty("dimensionValues")]
public virtual IList<GoogleAnalyticsAdminV1alphaAccessDimensionValue> DimensionValues { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaAccessDimensionValue>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MetricValues

List of metric values. These values are in the same order as specified in the request.

Declaration
[JsonProperty("metricValues")]
public virtual IList<GoogleAnalyticsAdminV1alphaAccessMetricValue> MetricValues { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaAccessMetricValue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX