new module:model/EnvelopesShareResponse()
- Source:
Constructs a new EnvelopesShareResponse.
Members
(inner) agentUser :module:model/AuthorizationUser
- Source:
Type:
(inner) createdTimestamp :String
- Source:
Type:
- String
(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) modifiedTimestamp :String
- Source:
Type:
- String
(inner) permission :String
- Source:
Type:
- String
(inner) senderInfo :module:model/AuthorizationUser
- Source:
Type:
(inner) shareId :String
- Source:
Type:
- String
(inner) subject :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/EnvelopesShareResponse}
- Source:
Constructs a EnvelopesShareResponse 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/EnvelopesShareResponse | Optional instance to populate. |
Returns:
The populated EnvelopesShareResponse instance.