NAME
JIRA::API::VersionMoveBean -
SYNOPSIS
my $obj = JIRA::API::VersionMoveBean->new();
...
PROPERTIES
after
The URL (self link) of the version after which to place the moved version. Cannot be used with `position`.
position
An absolute position in which to place the moved version. Cannot be used with `after`.