Class GoogleAnalyticsAdminV1alphaRunAccessReportResponse
The customized Data Access Record Report response.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaRunAccessReportResponse : IDirectResponseSchema
Properties
DimensionHeaders
The header for a column in the report that corresponds to a specific dimension. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
Declaration
[JsonProperty("dimensionHeaders")]
public virtual IList<GoogleAnalyticsAdminV1alphaAccessDimensionHeader> DimensionHeaders { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAnalyticsAdminV1alphaAccessDimensionHeader> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricHeaders
The header for a column in the report that corresponds to a specific metric. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
Declaration
[JsonProperty("metricHeaders")]
public virtual IList<GoogleAnalyticsAdminV1alphaAccessMetricHeader> MetricHeaders { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAnalyticsAdminV1alphaAccessMetricHeader> |
Quota
The quota state for this Analytics property including this request. This field doesn't work with account-level requests.
Declaration
[JsonProperty("quota")]
public virtual GoogleAnalyticsAdminV1alphaAccessQuota Quota { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAccessQuota |
RowCount
The total number of rows in the query result. rowCount
is independent of the number of rows returned in
the response, the limit
request parameter, and the offset
request parameter. For example if a query
returns 175 rows and includes limit
of 50 in the API request, the response will contain rowCount
of 175
but only 50 rows. To learn more about this pagination parameter, see
Pagination.
Declaration
[JsonProperty("rowCount")]
public virtual int? RowCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Rows
Rows of dimension value combinations and metric values in the report.
Declaration
[JsonProperty("rows")]
public virtual IList<GoogleAnalyticsAdminV1alphaAccessRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAnalyticsAdminV1alphaAccessRow> |