Parameters class
Parameters of a query or report.
Constructors
-
Parameters({List<
FilterPair> ? filters, List<String> ? groupBys, List<String> ? metrics, Options? options, String? type}) - Parameters.fromJson(Map json_)
Properties
-
filters
↔ List<
FilterPair> ? -
Filters used to match traffic data in your report.
getter/setter pair
-
groupBys
↔ List<
String> ? -
Data is grouped by the filters listed in this field.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metrics
↔ List<
String> ? -
Metrics to include as columns in your report.
getter/setter pair
- options ↔ Options?
-
Additional query options.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of 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