RunPivotReportResponse class
The response pivot report table corresponding to a pivot request.
Constructors
-
RunPivotReportResponse({List<
Row> ? aggregates, List<DimensionHeader> ? dimensionHeaders, String? kind, ResponseMetaData? metadata, List<MetricHeader> ? metricHeaders, List<PivotHeader> ? pivotHeaders, PropertyQuota? propertyQuota, List<Row> ? rows}) - RunPivotReportResponse.fromJson(Map json_)
Properties
-
aggregates
↔ List<
Row> ? -
Aggregation of metric values.
getter/setter pair
-
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
- metadata ↔ ResponseMetaData?
-
Metadata for the report.
getter/setter pair
-
metricHeaders
↔ List<
MetricHeader> ? -
Describes metric columns.
getter/setter pair
-
pivotHeaders
↔ List<
PivotHeader> ? -
Summarizes the columns and rows created by a pivot.
getter/setter pair
- propertyQuota ↔ PropertyQuota?
-
This Analytics Property's quota state including this request.
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
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