AddTargetedPublishersRequest class
A request to start targeting the provided publishers in a specific pretargeting configuration.
The pretargeting configuration itself specifies how these publishers are targeted in PretargetingConfig.publisherTargeting.
Constructors
- 
          AddTargetedPublishersRequest({List<
String> ? publisherIds, String? targetingMode}) - AddTargetedPublishersRequest.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  publisherIds
  ↔ List<
String> ? - 
  A list of publisher IDs to target in the pretargeting configuration.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - targetingMode ↔ String?
 - 
  The targeting mode that should be applied to the list of publisher IDs.
  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