new module:model/FolderItemResponse()
- Source:
Constructs a new FolderItemResponse
.
Results from a folder item request.
Members
(inner) endPosition :String
- Source:
The last position in the result set.
Type:
- String
(inner) folderItems :Array.<module:model/FolderItemV2>
- Source:
A list of the envelopes in the specified folder or folders.
Type:
- Array.<module:model/FolderItemV2>
(inner) nextUri :String
- Source:
The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.
Type:
- String
(inner) previousUri :String
- Source:
The postal code for the billing address.
Type:
- String
(inner) resultSetSize :String
- Source:
The number of results returned in this response.
Type:
- String
(inner) startPosition :String
- Source:
Starting position of the current result set.
Type:
- String
(inner) totalRows :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/FolderItemResponse}
- Source:
Constructs a FolderItemResponse
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/FolderItemResponse | Optional instance to populate. |
Returns:
The populated FolderItemResponse
instance.