MarketingMessageUpsertV3Body constructor

const MarketingMessageUpsertV3Body({
  1. MarketingMessageTypeDTO? messageType,
  2. MarketingMessageTargetDTO? target,
  3. List<String>? ccEmails,
  4. List<String>? bccEmails,
  5. String? subject,
  6. String? plainTextBody,
})

Implementation

const MarketingMessageUpsertV3Body({
  this.messageType,
  this.target,
  this.ccEmails,
  this.bccEmails,
  this.subject,
  this.plainTextBody,
});