Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.model
/
PluginConfigUser
Plugin
Config
User
@
Serializable
data
class
PluginConfigUser
(
val
UID
:
Int
?
=
null
,
val
GID
:
Int
?
=
null
)
Parameters
UID
GID
Members
Constructors
Plugin
Config
User
Link copied to clipboard
constructor
(
UID
:
Int
?
=
null
,
GID
:
Int
?
=
null
)
Properties
GID
Link copied to clipboard
@
SerialName
(
value
=
"GID"
)
val
GID
:
Int
?
UID
Link copied to clipboard
@
SerialName
(
value
=
"UID"
)
val
UID
:
Int
?