hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# VersionMoveBean

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**after** | Option<**String**> | The URL (self link) of the version after which to place the moved version. Cannot be used with `position`. | [optional]
**position** | Option<**String**> | An absolute position in which to place the moved version. Cannot be used with `after`. | [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)