GoogleCloudIdentitytoolkitAdminV2SendEmail constructor
GoogleCloudIdentitytoolkitAdminV2SendEmail({
- String? callbackUri,
- GoogleCloudIdentitytoolkitAdminV2EmailTemplate? changeEmailTemplate,
- GoogleCloudIdentitytoolkitAdminV2DnsInfo? dnsInfo,
- GoogleCloudIdentitytoolkitAdminV2EmailTemplate? legacyResetPasswordTemplate,
- String? method,
- GoogleCloudIdentitytoolkitAdminV2EmailTemplate? resetPasswordTemplate,
- GoogleCloudIdentitytoolkitAdminV2EmailTemplate? revertSecondFactorAdditionTemplate,
- GoogleCloudIdentitytoolkitAdminV2Smtp? smtp,
- GoogleCloudIdentitytoolkitAdminV2EmailTemplate? verifyEmailTemplate,
Implementation
GoogleCloudIdentitytoolkitAdminV2SendEmail({
this.callbackUri,
this.changeEmailTemplate,
this.dnsInfo,
this.legacyResetPasswordTemplate,
this.method,
this.resetPasswordTemplate,
this.revertSecondFactorAdditionTemplate,
this.smtp,
this.verifyEmailTemplate,
});