ThirdPartyVerifierAssignedTargetingOptionDetails class
Assigned third party verifier targeting option details.
This will be populated in the details field of an AssignedTargetingOption
when targeting_type is TARGETING_TYPE_THIRD_PARTY_VERIFIER.
Constructors
- ThirdPartyVerifierAssignedTargetingOptionDetails({Adloox? adloox, DoubleVerify? doubleVerify, IntegralAdScience? integralAdScience})
 - ThirdPartyVerifierAssignedTargetingOptionDetails.fromJson(Map json_)
 
Properties
- adloox ↔ Adloox?
 - 
  Third party brand verifier -- Adloox.
  getter/setter pair
 - doubleVerify ↔ DoubleVerify?
 - 
  Third party brand verifier -- DoubleVerify.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - integralAdScience ↔ IntegralAdScience?
 - 
  Third party brand verifier -- Integral Ad Science.
  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