$CmHybridConfig constructor

$CmHybridConfig({
  1. String? cmAccountId,
  2. List<String>? cmAdvertiserIds,
  3. String? cmFloodlightConfigId,
  4. bool? cmFloodlightLinkingAuthorized,
  5. List<String>? cmSyncableSiteIds,
  6. bool? dv360ToCmCostReportingEnabled,
  7. bool? dv360ToCmDataSharingEnabled,
})

Implementation

$CmHybridConfig({
  this.cmAccountId,
  this.cmAdvertiserIds,
  this.cmFloodlightConfigId,
  this.cmFloodlightLinkingAuthorized,
  this.cmSyncableSiteIds,
  this.dv360ToCmCostReportingEnabled,
  this.dv360ToCmDataSharingEnabled,
});