EmailTemplateRequest constructor

EmailTemplateRequest({
  1. String? defaultSubstitutions,
  2. String? htmlPart,
  3. String? recommenderId,
  4. String? subject,
  5. String? templateDescription,
  6. String? textPart,
  7. Map<String, String>? tags,
})

Implementation

EmailTemplateRequest({
  this.defaultSubstitutions,
  this.htmlPart,
  this.recommenderId,
  this.subject,
  this.templateDescription,
  this.textPart,
  this.tags,
});