Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1betaRunAccessReportResponse

The customized Data Access Record Report response.

Inheritance
object
GoogleAnalyticsAdminV1betaRunAccessReportResponse
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.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaRunAccessReportResponse : 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<GoogleAnalyticsAdminV1betaAccessDimensionHeader> DimensionHeaders { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1betaAccessDimensionHeader>

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<GoogleAnalyticsAdminV1betaAccessMetricHeader> MetricHeaders { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1betaAccessMetricHeader>

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 GoogleAnalyticsAdminV1betaAccessQuota Quota { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1betaAccessQuota

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<GoogleAnalyticsAdminV1betaAccessRow> Rows { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1betaAccessRow>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX