new module:model/EnvelopeUpdateSummary()
- Source:
Constructs a new EnvelopeUpdateSummary
.
Members
(inner) bulkEnvelopeStatus :module:model/BulkEnvelopeStatus
- Source:
An object that describes the status of the bulk send envelopes.
Type:
(inner) envelopeId :String
- Source:
The envelope ID of the envelope status that failed to post.
Type:
- String
(inner) errorDetails :module:model/ErrorDetails
- Source:
Array or errors.
Type:
(inner) listCustomFieldUpdateResults :Array.<module:model/ListCustomField>
- Source:
Type:
- Array.<module:model/ListCustomField>
(inner) lockInformation :module:model/LockInformation
- Source:
Provides lock information about an envelope that a user has locked.
Type:
(inner) purgeState :String
- Source:
Type:
- String
(inner) recipientUpdateResults :Array.<module:model/RecipientUpdateResponse>
- Source:
Type:
(inner) tabUpdateResults :module:model/Tabs
- Source:
Type:
(inner) textCustomFieldUpdateResults :Array.<module:model/TextCustomField>
- Source:
Type:
- Array.<module:model/TextCustomField>
Methods
(static) constructFromObject(data, obj) → {module:model/EnvelopeUpdateSummary}
- Source:
Constructs a EnvelopeUpdateSummary
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/EnvelopeUpdateSummary | Optional instance to populate. |
Returns:
The populated EnvelopeUpdateSummary
instance.