ContainerUpdateResponse

@Serializable
data class ContainerUpdateResponse(val warnings: List<String>? = null)

Response for a successful container-update.

Parameters

warnings

Warnings encountered when updating the container.

Constructors

Link copied to clipboard
constructor(warnings: List<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "Warnings")
val warnings: List<String>?