new module:model/DisplayApplianceDocument()
- Source:
Constructs a new DisplayApplianceDocument
.
Members
(inner) attachmentDescription :String
- Source:
Type:
- String
(inner) documentId :String
- Source:
Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.
Type:
- String
(inner) documentType :String
- Source:
Type:
- String
(inner) envelopeId :String
The envelope ID of the envelope status that failed to post.
Type:
- String
(inner) externalDocumentId :String
Type:
- String
(inner) latestPDFId :String
Type:
- String
(inner) name :String
Type:
- String
(inner) pages :Number
Type:
- Number
Methods
(static) constructFromObject(data, obj) → {module:model/DisplayApplianceDocument}
- Source:
Constructs a DisplayApplianceDocument
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/DisplayApplianceDocument | Optional instance to populate. |
Returns:
The populated DisplayApplianceDocument
instance.