RunRealtimeReportRequest class
The request to generate a realtime report.
Constructors
-
RunRealtimeReportRequest({FilterExpression? dimensionFilter, List<
Dimension> ? dimensions, String? limit, List<String> ? metricAggregations, FilterExpression? metricFilter, List<Metric> ? metrics, List<MinuteRange> ? minuteRanges, List<OrderBy> ? orderBys, bool? returnPropertyQuota}) - RunRealtimeReportRequest.fromJson(Map json_)
Properties
- dimensionFilter ↔ FilterExpression?
-
The filter clause of dimensions.
getter/setter pair
-
dimensions
↔ List<
Dimension> ? -
The dimensions requested and displayed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
minuteRanges
↔ List<
MinuteRange> ? -
The minute ranges of event data to read.
getter/setter pair
-
orderBys
↔ List<
OrderBy> ? -
Specifies how rows are ordered in the response.
getter/setter pair
- returnPropertyQuota ↔ bool?
-
Toggles whether to return the current state of this Analytics Property's
Realtime 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