Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
ChangeTag
Change
Tag
data
class
ChangeTag
(
request
:
String
=
"chtag"
,
var
action
:
TagAction
,
var
type
:
UssFileDataType
?
=
null
,
var
links
:
Links
?
=
null
,
var
codeSet
:
String
?
=
null
,
var
recursive
:
Boolean
?
=
null
)
Constructors
Properties
Constructors
Change
Tag
Link copied to clipboard
fun
ChangeTag
(
request
:
String
=
"chtag"
,
action
:
TagAction
,
type
:
UssFileDataType
?
=
null
,
links
:
Links
?
=
null
,
codeSet
:
String
?
=
null
,
recursive
:
Boolean
?
=
null
)
Properties
action
Link copied to clipboard
@
SerializedName
(
value
=
"action"
)
@
Expose
var
action
:
TagAction
code
Set
Link copied to clipboard
@
SerializedName
(
value
=
"codeset"
)
var
codeSet
:
String
?
=
null
links
Link copied to clipboard
@
SerializedName
(
value
=
"links"
)
var
links
:
Links
?
=
null
recursive
Link copied to clipboard
@
SerializedName
(
value
=
"recursive"
)
var
recursive
:
Boolean
?
=
null
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
@
Expose
var
type
:
UssFileDataType
?
=
null