UvarFilter class

Defines the filtering on a single uvar.

Constructors

UvarFilter({bool? complement, String? index, String? kind, String? match, List<String>? values})
UvarFilter.fromJson(Map json_)

Properties

complement bool?
Return rows which don't match this filter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index String?
Custom variable index the filter is applied to.
getter/setter pair
kind String?
The kind of resource this is, in this case dfareporting#uvarFilter.
getter/setter pair
match String?
Indicates how the filter should be matched to the values. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<String>?
Values to filter on.
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