Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
UssFilesList
Uss
Files
List
data
class
UssFilesList
(
val
items
:
List
<
UssFile
>
=
emptyList()
,
val
returnedRows
:
Int
=
0
,
val
totalRows
:
Int
?
=
null
,
val
moreRows
:
Boolean
?
=
null
,
val
jsonVersion
:
Int
=
0
)
Constructors
Properties
Constructors
Uss
Files
List
Link copied to clipboard
fun
UssFilesList
(
items
:
List
<
UssFile
>
=
emptyList()
,
returnedRows
:
Int
=
0
,
totalRows
:
Int
?
=
null
,
moreRows
:
Boolean
?
=
null
,
jsonVersion
:
Int
=
0
)
Properties
items
Link copied to clipboard
@
SerializedName
(
value
=
"items"
)
@
Expose
val
items
:
List
<
UssFile
>
json
Version
Link copied to clipboard
@
SerializedName
(
value
=
"JSONversion"
)
@
Expose
val
jsonVersion
:
Int
=
0
more
Rows
Link copied to clipboard
@
SerializedName
(
value
=
"moreRows"
)
@
Expose
val
moreRows
:
Boolean
?
=
null
returned
Rows
Link copied to clipboard
@
SerializedName
(
value
=
"returnedRows"
)
@
Expose
val
returnedRows
:
Int
=
0
total
Rows
Link copied to clipboard
@
SerializedName
(
value
=
"totalRows"
)
@
Expose
val
totalRows
:
Int
?
=
null