module:model/ClickwrapVersionsPagedResponse

module:model/ClickwrapVersionsPagedResponse

new module:model/ClickwrapVersionsPagedResponse()

Source:

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

Source:

The external account number (int) or account ID GUID.

Type:
  • String

(inner) clickwrapId :String

Source:

The ID of the clickwrap.

Type:
  • String

(inner) clickwrapName :String

Source:

The name of the clickwrap.

Type:
  • String

(inner) minimumPagesRemaining :Number

Source:

An array of clickwrap versions.

Type:
  • Number

(inner) page :Number

Source:

The number of the current page.

Type:
  • Number

(inner) pageSize :Number

Source:

The number of items per page.

Type:
  • Number

(inner) versions :Array.<module:model/ClickwrapVersion>

Source:

An array of clickwrap versions.

Type:

Methods

(static) constructFromObject(data, obj) → {module:model/ClickwrapVersionsPagedResponse}

Source:

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.

Type
module:model/ClickwrapVersionsPagedResponse