Pivot class

The Pivot describes the pivot section in the request.

The Pivot helps rearrange the information in the table for certain reports by pivoting your data on a second dimension.

Constructors

Pivot({List<DimensionFilterClause>? dimensionFilterClauses, List<Dimension>? dimensions, int? maxGroupCount, List<Metric>? metrics, int? startGroup})
Pivot.fromJson(Map json_)

Properties

dimensionFilterClauses List<DimensionFilterClause>?
DimensionFilterClauses are logically combined with an AND operator: only data that is included by all these DimensionFilterClauses contributes to the values in this pivot region.
getter/setter pair
dimensions List<Dimension>?
A list of dimensions to show as pivot columns.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxGroupCount int?
Specifies the maximum number of groups to return.
getter/setter pair
metrics List<Metric>?
The pivot metrics.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startGroup int?
If k metrics were requested, then the response will contain some data-dependent multiple of k columns in the report.
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