GoogleAnalyticsAdminV1betaRunAccessReportResponse class
The customized Data Access Record Report response.
Constructors
-
GoogleAnalyticsAdminV1betaRunAccessReportResponse({List<
GoogleAnalyticsAdminV1betaAccessDimensionHeader> ? dimensionHeaders, List<GoogleAnalyticsAdminV1betaAccessMetricHeader> ? metricHeaders, GoogleAnalyticsAdminV1betaAccessQuota? quota, int? rowCount, List<GoogleAnalyticsAdminV1betaAccessRow> ? rows}) - GoogleAnalyticsAdminV1betaRunAccessReportResponse.fromJson(Map json_)
Properties
-
dimensionHeaders
↔ List<
GoogleAnalyticsAdminV1betaAccessDimensionHeader> ? -
The header for a column in the report that corresponds to a specific
dimension.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metricHeaders
↔ List<
GoogleAnalyticsAdminV1betaAccessMetricHeader> ? -
The header for a column in the report that corresponds to a specific
metric.
getter/setter pair
- quota ↔ GoogleAnalyticsAdminV1betaAccessQuota?
-
The quota state for this Analytics property including this request.
getter/setter pair
- rowCount ↔ int?
-
The total number of rows in the query result.
getter/setter pair
-
rows
↔ List<
GoogleAnalyticsAdminV1betaAccessRow> ? -
Rows of dimension value combinations and metric values in the report.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited