Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z.zowe.client.sdk.zosuss.input
/
UssListParams
/
UssListParams
Uss
List
Params
fun
UssListParams
(
limit
:
Int
=
0
,
lstat
:
Boolean
=
false
,
group
:
String
?
=
null
,
mtime
:
String
?
=
null
,
name
:
String
?
=
null
,
size
:
String
?
=
null
,
perm
:
String
?
=
null
,
type
:
String
?
=
null
,
user
:
String
?
=
null
,
depth
:
Int
=
1
,
fileSystem
:
String
?
=
null
,
followSymlinks
:
SymlinkMode
?
=
null
)