DeleteAssignedTargetingOptionsRequest class
A request listing which assigned targeting options of a given targeting type should be deleted.
Constructors
Properties
-
assignedTargetingOptionIds
↔ List<
String> -
Required. The assigned targeting option IDs to delete.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- targetingType ↔ String
-
Required. Identifies the type of this assigned targeting option.
Possible string values are: [...]
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited