toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cmAccountId != null) 'cmAccountId': cmAccountId!,
      if (cmAdvertiserIds != null) 'cmAdvertiserIds': cmAdvertiserIds!,
      if (cmFloodlightConfigId != null)
        'cmFloodlightConfigId': cmFloodlightConfigId!,
      if (cmFloodlightLinkingAuthorized != null)
        'cmFloodlightLinkingAuthorized': cmFloodlightLinkingAuthorized!,
      if (cmSyncableSiteIds != null) 'cmSyncableSiteIds': cmSyncableSiteIds!,
      if (dv360ToCmCostReportingEnabled != null)
        'dv360ToCmCostReportingEnabled': dv360ToCmCostReportingEnabled!,
      if (dv360ToCmDataSharingEnabled != null)
        'dv360ToCmDataSharingEnabled': dv360ToCmDataSharingEnabled!,
    };