new module:model/ClickwrapVersionDeleteResponse()
Constructs a new ClickwrapVersionDeleteResponse.
Members
(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) deletionMessage :String
A message describing the result of deletion request. One of: - alreadyDeleted: Clickwrap is already deleted. - deletionSuccess: Successfully deleted the clickwrap. - deletionFailure: Failed to delete the clickwrap. - cannotDelete: Active clickwrap version cannot be deleted.
Type:
- String
(inner) deletionSuccess :Boolean
True if the clickwrap was deleted successfully. False otherwise.
Type:
- Boolean
(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/ClickwrapVersionDeleteResponse}
Constructs a ClickwrapVersionDeleteResponse 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/ClickwrapVersionDeleteResponse | Optional instance to populate. |
Returns:
The populated ClickwrapVersionDeleteResponse instance.