Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
CreateUssFile
Create
Uss
File
data
class
CreateUssFile
(
var
type
:
FileType
,
var
mode
:
FileMode
)
Constructors
Properties
Constructors
Create
Uss
File
Link copied to clipboard
fun
CreateUssFile
(
type
:
FileType
,
mode
:
FileMode
)
Properties
mode
Link copied to clipboard
@
SerializedName
(
value
=
"mode"
)
@
Expose
var
mode
:
FileMode
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
@
Expose
var
type
:
FileType