$MeasurementConfig class

Used by:

  • displayvideo:v2 : MeasurementConfig
  • displayvideo:v3 : MeasurementConfig
  • displayvideo:v4 : MeasurementConfig

Constructors

$MeasurementConfig({bool? dv360ToCmCostReportingEnabled, bool? dv360ToCmDataSharingEnabled})
$MeasurementConfig.fromJson(Map json_)

Properties

dv360ToCmCostReportingEnabled ↔ bool?
Whether or not to report DV360 cost to CM360.
getter/setter pair
dv360ToCmDataSharingEnabled ↔ bool?
Whether or not to include DV360 data in CM360 data transfer reports.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
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