Filter class
JSON template for an Analytics account filter.
Constructors
- Filter({String? accountId, FilterAdvancedDetails? advancedDetails, DateTime? created, FilterExpression? excludeDetails, String? id, FilterExpression? includeDetails, String? kind, FilterLowercaseDetails? lowercaseDetails, String? name, FilterParentLink? parentLink, FilterSearchAndReplaceDetails? searchAndReplaceDetails, String? selfLink, String? type, DateTime? updated, FilterUppercaseDetails? uppercaseDetails})
- Filter.fromJson(Map json_)
Properties
- accountId ↔ String?
-
Account ID to which this filter belongs.
getter/setter pair
- advancedDetails ↔ FilterAdvancedDetails?
-
Details for the filter of the type ADVANCED.
getter/setter pair
- created ↔ DateTime?
-
Time this filter was created.
getter/setter pair
- excludeDetails ↔ FilterExpression?
-
Details for the filter of the type EXCLUDE.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Filter ID.
getter/setter pair
- includeDetails ↔ FilterExpression?
-
Details for the filter of the type INCLUDE.
getter/setter pair
- kind ↔ String?
-
Resource type for Analytics filter.
getter/setter pair
- lowercaseDetails ↔ FilterLowercaseDetails?
-
Details for the filter of the type LOWER.
getter/setter pair
- name ↔ String?
-
Name of this filter.
getter/setter pair
- parentLink ↔ FilterParentLink?
-
Parent link for this filter.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchAndReplaceDetails ↔ FilterSearchAndReplaceDetails?
-
Details for the filter of the type SEARCH_AND_REPLACE.
getter/setter pair
- selfLink ↔ String?
-
Link for this filter.
getter/setter pair
- type ↔ String?
-
Type of this filter.
getter/setter pair
- updated ↔ DateTime?
-
Time this filter was last modified.
getter/setter pair
- uppercaseDetails ↔ FilterUppercaseDetails?
-
Details for the filter of the type UPPER.
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