Pivot class

Describes the visible dimension columns and rows in the report response.

Constructors

Pivot({List<String>? fieldNames, String? limit, List<String>? metricAggregations, String? offset, List<OrderBy>? orderBys})
Pivot.fromJson(Map _json)

Properties

fieldNames List<String>?
Dimension names for visible columns in the report response.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit String?
The number of unique combinations of dimension values to return in this pivot.
getter/setter pair
metricAggregations List<String>?
Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
getter/setter pair
offset String?
The row count of the start row.
getter/setter pair
orderBys List<OrderBy>?
Specifies how dimensions are ordered in the pivot.
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