EmailTemplateResponse constructor
EmailTemplateResponse({
- required String creationDate,
- required String lastModifiedDate,
- required String templateName,
- required TemplateType templateType,
- String? arn,
- String? defaultSubstitutions,
- String? htmlPart,
- String? recommenderId,
- String? subject,
- String? templateDescription,
- String? textPart,
- String? version,
- Map<
String, String> ? tags,
Implementation
EmailTemplateResponse({
required this.creationDate,
required this.lastModifiedDate,
required this.templateName,
required this.templateType,
this.arn,
this.defaultSubstitutions,
this.htmlPart,
this.recommenderId,
this.subject,
this.templateDescription,
this.textPart,
this.version,
this.tags,
});