RunReportRequest class

The request to generate a report.

Constructors

RunReportRequest({CohortSpec? cohortSpec, String? currencyCode, List<DateRange>? dateRanges, FilterExpression? dimensionFilter, List<Dimension>? dimensions, bool? keepEmptyRows, String? limit, List<String>? metricAggregations, FilterExpression? metricFilter, List<Metric>? metrics, String? offset, List<OrderBy>? orderBys, String? property, bool? returnPropertyQuota})
RunReportRequest.fromJson(Map _json)

Properties

cohortSpec CohortSpec?
Cohort group associated with this request.
getter/setter pair
currencyCode String?
A currency code in ISO4217 format, such as "AED", "USD", "JPY".
getter/setter pair
dateRanges List<DateRange>?
Date ranges of data to read.
getter/setter pair
dimensionFilter FilterExpression?
Dimension filters allow you to ask for only specific dimension values in the report.
getter/setter pair
dimensions List<Dimension>?
The dimensions requested and displayed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keepEmptyRows bool?
If false or unspecified, each row with all metrics equal to 0 will not be returned.
getter/setter pair
limit String?
The number of rows to return.
getter/setter pair
metricAggregations List<String>?
Aggregation of metrics.
getter/setter pair
metricFilter FilterExpression?
The filter clause of metrics.
getter/setter pair
metrics List<Metric>?
The metrics requested and displayed.
getter/setter pair
offset String?
The row count of the start row.
getter/setter pair
orderBys List<OrderBy>?
Specifies how rows are ordered in the response.
getter/setter pair
property String?
A Google Analytics GA4 property identifier whose events are tracked.
getter/setter pair
returnPropertyQuota 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

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