RunRealtimeReportResponse class
The response realtime report table corresponding to a request.
Constructors
-
RunRealtimeReportResponse({List<
DimensionHeader> ? dimensionHeaders, String? kind, List<Row> ? maximums, List<MetricHeader> ? metricHeaders, List<Row> ? minimums, PropertyQuota? propertyQuota, int? rowCount, List<Row> ? rows, List<Row> ? totals}) - RunRealtimeReportResponse.fromJson(Map _json)
Properties
-
dimensionHeaders
↔ List<
DimensionHeader> ? -
Describes dimension columns.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies what kind of resource this message is.
getter/setter pair
-
maximums
↔ List<
Row> ? -
If requested, the maximum values of metrics.
getter/setter pair
-
metricHeaders
↔ List<
MetricHeader> ? -
Describes metric columns.
getter/setter pair
-
minimums
↔ List<
Row> ? -
If requested, the minimum values of metrics.
getter/setter pair
- propertyQuota ↔ PropertyQuota?
-
This Analytics Property's Realtime quota state including this request.
getter/setter pair
- rowCount ↔ int?
-
The total number of rows in the query result.
getter/setter pair
-
rows
↔ List<
Row> ? -
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
-
totals
↔ List<
Row> ? -
If requested, the totaled values of metrics.
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