GoogleCloudIdentitytoolkitAdminV2SendEmail constructor

GoogleCloudIdentitytoolkitAdminV2SendEmail({
  1. String? callbackUri,
  2. GoogleCloudIdentitytoolkitAdminV2EmailTemplate? changeEmailTemplate,
  3. GoogleCloudIdentitytoolkitAdminV2DnsInfo? dnsInfo,
  4. GoogleCloudIdentitytoolkitAdminV2EmailTemplate? legacyResetPasswordTemplate,
  5. String? method,
  6. GoogleCloudIdentitytoolkitAdminV2EmailTemplate? resetPasswordTemplate,
  7. GoogleCloudIdentitytoolkitAdminV2EmailTemplate? revertSecondFactorAdditionTemplate,
  8. GoogleCloudIdentitytoolkitAdminV2Smtp? smtp,
  9. GoogleCloudIdentitytoolkitAdminV2EmailTemplate? verifyEmailTemplate,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2SendEmail({
  this.callbackUri,
  this.changeEmailTemplate,
  this.dnsInfo,
  this.legacyResetPasswordTemplate,
  this.method,
  this.resetPasswordTemplate,
  this.revertSecondFactorAdditionTemplate,
  this.smtp,
  this.verifyEmailTemplate,
});