ListCustomVerificationEmailTemplatesResponse constructor

ListCustomVerificationEmailTemplatesResponse({
  1. List<CustomVerificationEmailTemplate>? customVerificationEmailTemplates,
  2. String? nextToken,
})

Implementation

ListCustomVerificationEmailTemplatesResponse({
  this.customVerificationEmailTemplates,
  this.nextToken,
});