# TheJiraCloudPlatformRestApi.VersionMoveBean

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**after** | **String** | The URL (self link) of the version after which to place the moved version. Cannot be used with &#x60;position&#x60;. | [optional] 
**position** | **String** | An absolute position in which to place the moved version. Cannot be used with &#x60;after&#x60;. | [optional] 

<a name="PositionEnum"></a>
## Enum: PositionEnum

* `earlier` (value: `"Earlier"`)
* `later` (value: `"Later"`)
* `first` (value: `"First"`)
* `last` (value: `"Last"`)

