GoogleCloudIdentitytoolkitV1EmailTemplate constructor

GoogleCloudIdentitytoolkitV1EmailTemplate({
  1. String? body,
  2. bool? customized,
  3. bool? disabled,
  4. String? format,
  5. String? from,
  6. String? fromDisplayName,
  7. String? fromLocalPart,
  8. String? locale,
  9. String? replyTo,
  10. String? subject,
})

Implementation

GoogleCloudIdentitytoolkitV1EmailTemplate({
  this.body,
  this.customized,
  this.disabled,
  this.format,
  this.from,
  this.fromDisplayName,
  this.fromLocalPart,
  this.locale,
  this.replyTo,
  this.subject,
});