GoogleCloudIdentitytoolkitAdminV2EmailTemplate constructor

GoogleCloudIdentitytoolkitAdminV2EmailTemplate({
  1. String? body,
  2. String? bodyFormat,
  3. bool? customized,
  4. String? replyTo,
  5. String? senderDisplayName,
  6. String? senderLocalPart,
  7. String? subject,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2EmailTemplate({
  this.body,
  this.bodyFormat,
  this.customized,
  this.replyTo,
  this.senderDisplayName,
  this.senderLocalPart,
  this.subject,
});