ContainerLabelResponse

data class ContainerLabelResponse(val name: String, val value: String)

Describes a container label.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the container label.

Link copied to clipboard

The value of the container label.