new module:model/ClickwrapVersionsPagedResponse()
Constructs a new ClickwrapVersionsPagedResponse.
The results are paginated. Use the following properties to navigate the pages. - page: The page number of the current results. - pageSize: The number of results in the current page. - minimumPagesRemaining: The number of pages that follow this one.
Members
(inner) accountId :String
The external account number (int) or account ID GUID.
Type:
- String
(inner) clickwrapId :String
The ID of the clickwrap.
Type:
- String
(inner) clickwrapName :String
The name of the clickwrap.
Type:
- String
(inner) minimumPagesRemaining :Number
An array of clickwrap versions.
Type:
- Number
(inner) page :Number
The number of the current page.
Type:
- Number
(inner) pageSize :Number
The number of items per page.
Type:
- Number
(inner) versions :Array.<module:model/ClickwrapVersion>
An array of clickwrap versions.
Type:
- Array.<module:model/ClickwrapVersion>
Methods
(static) constructFromObject(data, obj) → {module:model/ClickwrapVersionsPagedResponse}
Constructs a ClickwrapVersionsPagedResponse 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/ClickwrapVersionsPagedResponse | Optional instance to populate. |
Returns:
The populated ClickwrapVersionsPagedResponse instance.