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
/
ServiceUpdateResponse
Service
Update
Response
@
Serializable
data
class
ServiceUpdateResponse
(
val
warnings
:
List
<
String
>
?
=
null
)
Parameters
warnings
Optional warning messages
Members
Constructors
Service
Update
Response
Link copied to clipboard
constructor
(
warnings
:
List
<
String
>
?
=
null
)
Properties
warnings
Link copied to clipboard
@
SerialName
(
value
=
"Warnings"
)
val
warnings
:
List
<
String
>
?