$CmHybridConfig class Null safety

Used by:

  • displayvideo:v1 : CmHybridConfig
  • displayvideo:v2 : CmHybridConfig

Constructors

$CmHybridConfig({String? cmAccountId, String? cmFloodlightConfigId, bool? cmFloodlightLinkingAuthorized, List<String>? cmSyncableSiteIds, bool? dv360ToCmCostReportingEnabled, bool? dv360ToCmDataSharingEnabled})
$CmHybridConfig.fromJson(Map json_)

Properties

cmAccountId String?
Account ID of the CM360 Floodlight configuration linked with the DV360 advertiser.
read / write
cmFloodlightConfigId String?
ID of the CM360 Floodlight configuration linked with the DV360 advertiser.
read / write
cmFloodlightLinkingAuthorized bool?
By setting this field to true, you, on behalf of your company, authorize the sharing of information from the given Floodlight configuration to this Display & Video 360 advertiser.
read / write
cmSyncableSiteIds List<String>?
A list of CM360 sites whose placements will be synced to DV360 as creatives.
read / write
dv360ToCmCostReportingEnabled bool?
Whether or not to report DV360 cost to CM360.
read / write
dv360ToCmDataSharingEnabled bool?
Whether or not to include DV360 data in CM360 data transfer reports.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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