WriteCampaignRequest constructor
WriteCampaignRequest({
- List<
WriteTreatmentResource> ? additionalTreatments, - CustomDeliveryConfiguration? customDeliveryConfiguration,
- String? description,
- int? holdoutPercent,
- CampaignHook? hook,
- bool? isPaused,
- CampaignLimits? limits,
- MessageConfiguration? messageConfiguration,
- String? name,
- Schedule? schedule,
- String? segmentId,
- int? segmentVersion,
- TemplateConfiguration? templateConfiguration,
- String? treatmentDescription,
- String? treatmentName,
- 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,
});