GoogleCloudIdentitytoolkitV1EmailTemplate class

Email template

Constructors

GoogleCloudIdentitytoolkitV1EmailTemplate({String? body, bool? customized, bool? disabled, String? format, String? from, String? fromDisplayName, String? fromLocalPart, String? locale, String? replyTo, String? subject})
GoogleCloudIdentitytoolkitV1EmailTemplate.fromJson(Map json_)

Properties

body String?
Email body
getter/setter pair
customized bool?
Whether the body or subject of the email is customized.
getter/setter pair
disabled bool?
Whether the template is disabled.
getter/setter pair
format String?
Email body format Possible string values are:
getter/setter pair
from String?
From address of the email
getter/setter pair
fromDisplayName String?
From display name
getter/setter pair
fromLocalPart String?
Local part of From address
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locale String?
Value is in III language code format (e.g. "zh-CN", "es").
getter/setter pair
replyTo String?
Reply-to address
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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