new module:model/FolderItemV2()
- Source:
Constructs a new FolderItemV2
.
Information about folder item results.
Members
(inner) completedDateTime :String
- Source:
Specifies the date and time this item was completed.
Type:
- String
(inner) createdDateTime :String
- Source:
Indicates the date and time the item was created.
Type:
- String
(inner) envelopeId :String
- Source:
The envelope ID of the envelope status that failed to post.
Type:
- String
(inner) envelopeUri :String
- Source:
Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.
Type:
- String
(inner) expireDateTime :String
- Source:
The date and time the envelope is set to expire.
Type:
- String
(inner) folderId :String
- Source:
Type:
- String
(inner) folderUri :String
- Source:
Type:
- String
(inner) is21CFRPart11 :String
- Source:
When set to true, indicates that this module is enabled on the account.
Type:
- String
(inner) lastModifiedDateTime :String
- Source:
The date and time the item was last modified.
Type:
- String
(inner) ownerName :String
- Source:
Type:
- String
(inner) recipients :module:model/Recipients
- Source:
An array of powerform recipients.
Type:
(inner) recipientsUri :String
- Source:
Contains a URI for an endpoint that you can use to retrieve the recipients.
Type:
- String
(inner) senderCompany :String
- Source:
Type:
- String
(inner) senderEmail :String
- Source:
Type:
- String
(inner) senderName :String
- Source:
Type:
- String
(inner) senderUserId :String
- Source:
Type:
- String
(inner) sentDateTime :String
- Source:
The date and time the envelope was sent.
Type:
- String
(inner) status :String
- Source:
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
Type:
- String
(inner) subject :String
- Source:
Type:
- String
(inner) templateId :String
- Source:
The unique identifier of the template. If this is not provided, DocuSign will generate a value.
Type:
- String
(inner) templateUri :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/FolderItemV2}
- Source:
Constructs a FolderItemV2
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/FolderItemV2 | Optional instance to populate. |
Returns:
The populated FolderItemV2
instance.