new module:model/BrandResources()
- Source:
Constructs a new BrandResources
.
Information about the resource files that the brand uses for the email, signing, sending, and captive (embedded) signing experiences.
Members
(inner) createdByUserInfo :module:model/UserInfo
- Source:
The user ID of the user who created the brand resource.
Type:
(inner) createdDate :String
- Source:
Type:
- String
(inner) dataNotSavedNotInMaster :Array.<String>
- Source:
Type:
- Array.<String>
(inner) modifiedByUserInfo :module:model/UserInfo
- Source:
Information about the user who last modified the brand resource.
Type:
(inner) modifiedDate :String
- Source:
Type:
- String
(inner) modifiedTemplates :Array.<String>
- Source:
Type:
- Array.<String>
(inner) resourcesContentType :String
- Source:
Type:
- String
(inner) resourcesContentUri :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BrandResources}
- Source:
Constructs a BrandResources
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/BrandResources | Optional instance to populate. |
Returns:
The populated BrandResources
instance.