NumericTargetingDimension class
Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting.
Constructors
-
NumericTargetingDimension({List<
String> ? excludedIds, List<String> ? includedIds}) - NumericTargetingDimension.fromJson(Map json_)
Properties
-
excludedIds
↔ List<
String> ? -
The IDs excluded in a configuration.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includedIds
↔ List<
String> ? -
The IDs included in a configuration.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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