toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (advertiserId != null) 'advertiserId': advertiserId!,
      if (agencyId != null) 'agencyId': agencyId!,
      if (availabilityTimestamp != null)
        'availabilityTimestamp': availabilityTimestamp!,
      if (customerId != null) 'customerId': customerId!,
      if (segmentationId != null) 'segmentationId': segmentationId!,
      if (segmentationName != null) 'segmentationName': segmentationName!,
      if (segmentationType != null) 'segmentationType': segmentationType!,
    };