new module:model/RecipientEmailNotification()
Constructs a new RecipientEmailNotification
.
Members
(inner) emailBody :String
Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters.
Type:
- String
(inner) emailBodyMetadata :module:model/PropertyMetadata
Metadata that indicates whether the emailBody
property can be edited.
Type:
(inner) emailSubject :String
Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject.
Type:
- String
(inner) emailSubjectMetadata :module:model/PropertyMetadata
Metadata that indicates whether the emailSubject
property can be edited.
Type:
(inner) supportedLanguage :String
A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi).
Type:
- String
(inner) supportedLanguageMetadata :module:model/PropertyMetadata
Metadata that indicates whether the supportedLanguage
property can be edited.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/RecipientEmailNotification}
Constructs a RecipientEmailNotification
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/RecipientEmailNotification | Optional instance to populate. |
Returns:
The populated RecipientEmailNotification
instance.