ReportRequestFilters class
Constructors
-
ReportRequestFilters({ReportApiColumnSpec? column, String? operator, List<
Object?> ? values}) - ReportRequestFilters.fromJson(Map json_)
Properties
- column ↔ ReportApiColumnSpec?
-
Column to perform the filter on.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operator ↔ String?
-
Operator to use in the filter.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
↔ List<
Object?> ? -
A list of values to filter the column value against.\ The maximum number
of filter values per request is 300.
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