GoogleCloudIdentitytoolkitAdminV2NotificationConfig class
Configuration related to sending notifications to users.
Constructors
- GoogleCloudIdentitytoolkitAdminV2NotificationConfig({String? defaultLocale, GoogleCloudIdentitytoolkitAdminV2SendEmail? sendEmail, GoogleCloudIdentitytoolkitAdminV2SendSms? sendSms})
- GoogleCloudIdentitytoolkitAdminV2NotificationConfig.fromJson(Map _json)
Properties
- defaultLocale ↔ String?
-
Default locale used for email and SMS in IETF BCP 47 format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendEmail ↔ GoogleCloudIdentitytoolkitAdminV2SendEmail?
-
Options for email sending.
getter/setter pair
- sendSms ↔ GoogleCloudIdentitytoolkitAdminV2SendSms?
-
Options for SMS sending.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited