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
/
ResourcesBlkioWeightDeviceInner
Resources
Blkio
Weight
Device
Inner
@
Serializable
data
class
ResourcesBlkioWeightDeviceInner
(
val
path
:
String
?
=
null
,
val
weight
:
Int
?
=
null
)
Parameters
path
weight
Members
Constructors
Resources
Blkio
Weight
Device
Inner
Link copied to clipboard
constructor
(
path
:
String
?
=
null
,
weight
:
Int
?
=
null
)
Properties
path
Link copied to clipboard
@
SerialName
(
value
=
"Path"
)
val
path
:
String
?
weight
Link copied to clipboard
@
SerialName
(
value
=
"Weight"
)
val
weight
:
Int
?