toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cmAccountId = this.cmAccountId;
final cmAdvertiserIds = this.cmAdvertiserIds;
final cmFloodlightConfigId = this.cmFloodlightConfigId;
final cmFloodlightLinkingAuthorized = this.cmFloodlightLinkingAuthorized;
final cmSyncableSiteIds = this.cmSyncableSiteIds;
final dv360ToCmCostReportingEnabled = this.dv360ToCmCostReportingEnabled;
final dv360ToCmDataSharingEnabled = this.dv360ToCmDataSharingEnabled;
return {
'cmAccountId': ?cmAccountId,
'cmAdvertiserIds': ?cmAdvertiserIds,
'cmFloodlightConfigId': ?cmFloodlightConfigId,
'cmFloodlightLinkingAuthorized': ?cmFloodlightLinkingAuthorized,
'cmSyncableSiteIds': ?cmSyncableSiteIds,
'dv360ToCmCostReportingEnabled': ?dv360ToCmCostReportingEnabled,
'dv360ToCmDataSharingEnabled': ?dv360ToCmDataSharingEnabled,
};
}