GoogleCloudIdentitytoolkitAdminV2EmailTemplate class
Email template.
The subject and body fields can contain the following placeholders which will be replaced with the appropriate values: %LINK% - The link to use to redeem the send OOB code. %EMAIL% - The email where the email is being sent. %NEW_EMAIL% - The new email being set for the account (when applicable). %APP_NAME% - The GCP project's display name. %DISPLAY_NAME% - The user's display name.
Constructors
- GoogleCloudIdentitytoolkitAdminV2EmailTemplate({String? body, String? bodyFormat, bool? customized, String? replyTo, String? senderDisplayName, String? senderLocalPart, String? subject})
- GoogleCloudIdentitytoolkitAdminV2EmailTemplate.fromJson(Map _json)
Properties
- body ↔ String?
-
Email body
getter/setter pair
- bodyFormat ↔ String?
-
Email body format
Possible string values are:
getter/setter pair
- customized ↔ bool?
-
Whether the body or subject of the email is customized.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- replyTo ↔ String?
-
Reply-to address
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderDisplayName ↔ String?
-
Sender display name
getter/setter pair
- senderLocalPart ↔ String?
-
Local part of From address
getter/setter pair
- subject ↔ String?
-
Subject of the email
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