Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
Plugin
Plugin
data
class
Plugin
(
val
version
:
String
?
=
null
,
val
defaultName
:
String
?
=
null
,
val
status
:
String
?
=
null
)
Constructors
Properties
Constructors
Plugin
Link copied to clipboard
fun
Plugin
(
version
:
String
?
=
null
,
defaultName
:
String
?
=
null
,
status
:
String
?
=
null
)
Properties
default
Name
Link copied to clipboard
@
SerializedName
(
value
=
"pluginDefaultName"
)
@
Expose
val
defaultName
:
String
?
=
null
status
Link copied to clipboard
@
SerializedName
(
value
=
"pluginStatus"
)
@
Expose
val
status
:
String
?
=
null
version
Link copied to clipboard
@
SerializedName
(
value
=
"pluginVersion"
)
@
Expose
val
version
:
String
?
=
null