Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
SystemsResponse
Systems
Response
data
class
SystemsResponse
(
val
items
:
List
<
SystemZOSInfo
>
=
emptyList()
,
val
numRows
:
Int
)
A data class which represents a systems response from z/OSMF instance
Constructors
Functions
Properties
Constructors
Systems
Response
Link copied to clipboard
fun
SystemsResponse
(
items
:
List
<
SystemZOSInfo
>
=
emptyList()
,
numRows
:
Int
)
Functions
get
ZOSVersion
Link copied to clipboard
fun
getZOSVersion
(
)
:
ZVersion
Properties
items
Link copied to clipboard
@
SerializedName
(
value
=
"items"
)
@
Expose
val
items
:
List
<
SystemZOSInfo
>
num
Rows
Link copied to clipboard
@
SerializedName
(
value
=
"numRows"
)
@
Expose
val
numRows
:
Int