ThirdPartyMeasurementConfigs class
Settings that control what third-party vendors are measuring specific line item metrics.
Constructors
- 
          ThirdPartyMeasurementConfigs({List<ThirdPartyVendorConfig> ? brandLiftVendorConfigs, List<ThirdPartyVendorConfig> ? brandSafetyVendorConfigs, List<ThirdPartyVendorConfig> ? reachVendorConfigs, List<ThirdPartyVendorConfig> ? viewabilityVendorConfigs})
- ThirdPartyMeasurementConfigs.fromJson(Map json_)
Properties
- 
  brandLiftVendorConfigs
  ↔ List<ThirdPartyVendorConfig> ?
- 
  The third-party vendors measuring brand lift.
  getter/setter pair
- 
  brandSafetyVendorConfigs
  ↔ List<ThirdPartyVendorConfig> ?
- 
  The third-party vendors measuring brand safety.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  reachVendorConfigs
  ↔ List<ThirdPartyVendorConfig> ?
- 
  The third-party vendors measuring reach.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  viewabilityVendorConfigs
  ↔ List<ThirdPartyVendorConfig> ?
- 
  The third-party vendors measuring viewability.
  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