RunPivotReportRequest class
The request to generate a pivot report.
Constructors
-
RunPivotReportRequest({CohortSpec? cohortSpec, String? currencyCode, List<
DateRange> ? dateRanges, FilterExpression? dimensionFilter, List<Dimension> ? dimensions, bool? keepEmptyRows, FilterExpression? metricFilter, List<Metric> ? metrics, List<Pivot> ? pivots, String? property, bool? returnPropertyQuota}) - RunPivotReportRequest.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> ? -
The date range to retrieve event data for the report.
getter/setter pair
- dimensionFilter ↔ FilterExpression?
-
The filter clause of dimensions.
getter/setter pair
-
dimensions
↔ List<
Dimension> ? -
The dimensions requested.
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
- metricFilter ↔ FilterExpression?
-
The filter clause of metrics.
getter/setter pair
-
metrics
↔ List<
Metric> ? -
The metrics requested, at least one metric needs to be specified.
getter/setter pair
-
pivots
↔ List<
Pivot> ? -
Describes the visual format of the report's dimensions in columns or rows.
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