new module:model/BrandEmailContent()
- Source:
Constructs a new BrandEmailContent
.
Deprecated.
Members
(inner) content :String
- Source:
Type:
- String
(inner) emailContentType :String
- Source:
Type:
- String
(inner) emailToLink :String
- Source:
Type:
- String
(inner) linkText :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BrandEmailContent}
- Source:
Constructs a BrandEmailContent
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/BrandEmailContent | Optional instance to populate. |
Returns:
The populated BrandEmailContent
instance.