Class GoogleAnalyticsAdminV1alphaAccessRow
Access report data for each row.
Implements
Inherited Members
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> |