toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (adServerConfig != null) 'adServerConfig': adServerConfig!,
      if (advertiserId != null) 'advertiserId': advertiserId!,
      if (billingConfig != null) 'billingConfig': billingConfig!,
      if (creativeConfig != null) 'creativeConfig': creativeConfig!,
      if (dataAccessConfig != null) 'dataAccessConfig': dataAccessConfig!,
      if (displayName != null) 'displayName': displayName!,
      if (entityStatus != null) 'entityStatus': entityStatus!,
      if (generalConfig != null) 'generalConfig': generalConfig!,
      if (integrationDetails != null)
        'integrationDetails': integrationDetails!,
      if (name != null) 'name': name!,
      if (partnerId != null) 'partnerId': partnerId!,
      if (prismaEnabled != null) 'prismaEnabled': prismaEnabled!,
      if (servingConfig != null) 'servingConfig': servingConfig!,
      if (updateTime != null) 'updateTime': updateTime!,
    };