ProfileFilterLink class
JSON template for an Analytics profile filter link.
Constructors
- ProfileFilterLink({FilterRef? filterRef, String? id, String? kind, ProfileRef? profileRef, int? rank, String? selfLink})
- ProfileFilterLink.fromJson(Map json_)
Properties
- filterRef ↔ FilterRef?
-
Filter for this link.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Profile filter link ID.
getter/setter pair
- kind ↔ String?
-
Resource type for Analytics filter.
getter/setter pair
- profileRef ↔ ProfileRef?
-
View (Profile) for this link.
getter/setter pair
- rank ↔ int?
-
The rank of this profile filter link relative to the other filters linked
to the same profile.
For readonly (i.e., list and get) operations, the rank always starts at 1.
For write (i.e., create, update, or delete) operations, you may specify a
value between 0 and 255 inclusively, [0, 255].
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Link for this profile filter link.
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