Class RunAccessReportResponse
The customized Data Access Record Report response.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class RunAccessReportResponse : IMessage<RunAccessReportResponse>, IEquatable<RunAccessReportResponse>, IDeepCloneable<RunAccessReportResponse>, IBufferMessage, IMessage
Constructors
RunAccessReportResponse()
Declaration
public RunAccessReportResponse()
RunAccessReportResponse(RunAccessReportResponse)
Declaration
public RunAccessReportResponse(RunAccessReportResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| RunAccessReportResponse | other |
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
public RepeatedField<AccessDimensionHeader> DimensionHeaders { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<AccessDimensionHeader> |
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
public RepeatedField<AccessMetricHeader> MetricHeaders { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<AccessMetricHeader> |
Quota
The quota state for this Analytics property including this request. This field doesn't work with account-level requests.
Declaration
public AccessQuota Quota { get; set; }
Property Value
| Type | Description |
|---|---|
| AccessQuota |
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
public int RowCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Rows
Rows of dimension value combinations and metric values in the report.
Declaration
public RepeatedField<AccessRow> Rows { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<AccessRow> |