new module:model/ClickwrapVersionSummaryResponse()
Constructs a new ClickwrapVersionSummaryResponse.
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) clickwrapVersionId :String
The unique version ID, a GUID, of this clickwrap version.
Type:
- String
(inner) createdTime :Object
The time that the clickwrap was created.
Type:
- Object
(inner) dataFields :Array.<module:model/DataField>
The list of all the data fields available for the clickwrap (custom fields and standard fields).
Type:
- Array.<module:model/DataField>
(inner) lastModified :Object
The time that the clickwrap was last modified.
Type:
- Object
(inner) lastModifiedBy :String
The user ID of the last user who modified this clickwrap.
Type:
- String
(inner) ownerUserId :String
The user ID of the owner of this clickwrap.
Type:
- String
(inner) requireReacceptance :Boolean
When true, requires signers who have previously agreed to this clickwrap to sign again. The version number is incremented.
Type:
- Boolean
(inner) scheduledDate :Object
The time and date when this clickwrap is activated.
Type:
- Object
(inner) scheduledReacceptance :module:model/ClickwrapScheduledReacceptance
Specifies the interval between reacceptances in days, weeks, months, or years.
Type:
(inner) status :String
Clickwrap status. Possible values: - active - inactive - deleted
Type:
- String
(inner) versionId :String
The ID of the version.
Type:
- String
(inner) versionNumber :String
Version of the clickwrap.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ClickwrapVersionSummaryResponse}
Constructs a ClickwrapVersionSummaryResponse 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/ClickwrapVersionSummaryResponse | Optional instance to populate. |
Returns:
The populated ClickwrapVersionSummaryResponse instance.