GoogleAnalyticsAdminV1betaRunAccessReportRequest class
The request for a Data Access Record Report.
Constructors
-
GoogleAnalyticsAdminV1betaRunAccessReportRequest({List<
GoogleAnalyticsAdminV1betaAccessDateRange> ? dateRanges, GoogleAnalyticsAdminV1betaAccessFilterExpression? dimensionFilter, List<GoogleAnalyticsAdminV1betaAccessDimension> ? dimensions, bool? expandGroups, bool? includeAllUsers, String? limit, GoogleAnalyticsAdminV1betaAccessFilterExpression? metricFilter, List<GoogleAnalyticsAdminV1betaAccessMetric> ? metrics, String? offset, List<GoogleAnalyticsAdminV1betaAccessOrderBy> ? orderBys, bool? returnEntityQuota, String? timeZone}) - GoogleAnalyticsAdminV1betaRunAccessReportRequest.fromJson(Map json_)
Properties
-
dateRanges
↔ List<
GoogleAnalyticsAdminV1betaAccessDateRange> ? -
Date ranges of access records to read.
getter/setter pair
- dimensionFilter ↔ GoogleAnalyticsAdminV1betaAccessFilterExpression?
-
Dimension filters let you restrict report response to specific dimension
values which match the filter.
getter/setter pair
-
dimensions
↔ List<
GoogleAnalyticsAdminV1betaAccessDimension> ? -
The dimensions requested and displayed in the response.
getter/setter pair
- expandGroups ↔ bool?
-
Decides whether to return the users within user groups.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeAllUsers ↔ bool?
-
Determines whether to include users who have never made an API call in the
response.
getter/setter pair
- limit ↔ String?
-
The number of rows to return.
getter/setter pair
- metricFilter ↔ GoogleAnalyticsAdminV1betaAccessFilterExpression?
-
Metric filters allow you to restrict report response to specific metric
values which match the filter.
getter/setter pair
-
metrics
↔ List<
GoogleAnalyticsAdminV1betaAccessMetric> ? -
The metrics requested and displayed in the response.
getter/setter pair
- offset ↔ String?
-
The row count of the start row.
getter/setter pair
-
orderBys
↔ List<
GoogleAnalyticsAdminV1betaAccessOrderBy> ? -
Specifies how rows are ordered in the response.
getter/setter pair
- returnEntityQuota ↔ bool?
-
Toggles whether to return the current state of this Analytics Property's
quota.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeZone ↔ String?
-
This request's time zone if specified.
getter/setter pair
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