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
/
ImageID
Image
ID
@
Serializable
data
class
ImageID
(
val
ID
:
String
?
=
null
)
Image ID or Digest
Parameters
ID
Members
Constructors
Image
ID
Link copied to clipboard
constructor
(
ID
:
String
?
=
null
)
Properties
ID
Link copied to clipboard
@
SerialName
(
value
=
"ID"
)
val
ID
:
String
?