SystemsResponse

data class SystemsResponse(val items: List<SystemZOSInfo> = emptyList(), val numRows: Int)

A data class which represents a systems response from z/OSMF instance

Constructors

Link copied to clipboard
fun SystemsResponse(items: List<SystemZOSInfo> = emptyList(), numRows: Int)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
@SerializedName(value = "items")
@Expose
val items: List<SystemZOSInfo>
Link copied to clipboard
@SerializedName(value = "numRows")
@Expose
val numRows: Int