WriteCampaignRequest constructor

WriteCampaignRequest({
  1. List<WriteTreatmentResource>? additionalTreatments,
  2. CustomDeliveryConfiguration? customDeliveryConfiguration,
  3. String? description,
  4. int? holdoutPercent,
  5. CampaignHook? hook,
  6. bool? isPaused,
  7. CampaignLimits? limits,
  8. MessageConfiguration? messageConfiguration,
  9. String? name,
  10. Schedule? schedule,
  11. String? segmentId,
  12. int? segmentVersion,
  13. TemplateConfiguration? templateConfiguration,
  14. String? treatmentDescription,
  15. String? treatmentName,
  16. Map<String, String>? tags,
})

Implementation

WriteCampaignRequest({
  this.additionalTreatments,
  this.customDeliveryConfiguration,
  this.description,
  this.holdoutPercent,
  this.hook,
  this.isPaused,
  this.limits,
  this.messageConfiguration,
  this.name,
  this.schedule,
  this.segmentId,
  this.segmentVersion,
  this.templateConfiguration,
  this.treatmentDescription,
  this.treatmentName,
  this.tags,
});