ListCustomVerificationEmailTemplatesResponse constructor
ListCustomVerificationEmailTemplatesResponse({
- List<
CustomVerificationEmailTemplateMetadata> ? customVerificationEmailTemplates, - String? nextToken,
Implementation
ListCustomVerificationEmailTemplatesResponse({
this.customVerificationEmailTemplates,
this.nextToken,
});