# LockInformation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **errorDetails** | [**ErrorDetails**](ErrorDetails.md) | | [optional] **lockDurationInSeconds** | **String** | The number of seconds to lock the envelope for editing. This value must be greater than `0` seconds. | [optional] **lockedByApp** | **String** | The human-readable name of the application that is locking the envelope or template. This value displays to the user in error messages when lock conflicts occur. | [optional] **lockedByUser** | [**UserInfo**](UserInfo.md) | | [optional] **lockedUntilDateTime** | **String** | The date and time that the lock expires. | [optional] **lockToken** | **String** | A unique identifier provided to the owner of the lock. You must use this token with subsequent calls to prove ownership of the lock. | [optional] **lockType** | **String** | The type of lock. Currently `edit` is the only supported type. | [optional] **useScratchPad** | **String** | When set to **true**, a scratchpad is used to edit information. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)