Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
MoveUssFile
Move
Uss
File
data
class
MoveUssFile
(
var
request
:
String
=
"move"
,
var
from
:
String
,
var
overwrite
:
Boolean
?
=
null
)
Constructors
Properties
Constructors
Move
Uss
File
Link copied to clipboard
fun
MoveUssFile
(
request
:
String
=
"move"
,
from
:
String
,
overwrite
:
Boolean
?
=
null
)
Properties
from
Link copied to clipboard
@
SerializedName
(
value
=
"from"
)
var
from
:
String
overwrite
Link copied to clipboard
@
SerializedName
(
value
=
"overwrite"
)
var
overwrite
:
Boolean
?
=
null
request
Link copied to clipboard
@
SerializedName
(
value
=
"request"
)
var
request
:
String