$CmHybridConfig constructor

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

Implementation

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