MarketingMessageUpsertV3Body constructor
- MarketingMessageTypeDTO? messageType,
- MarketingMessageTargetDTO? target,
- List<
String> ? ccEmails, - List<
String> ? bccEmails, - String? subject,
- String? plainTextBody,
Implementation
const MarketingMessageUpsertV3Body({
this.messageType,
this.target,
this.ccEmails,
this.bccEmails,
this.subject,
this.plainTextBody,
});