The response schema for the createContainerLabel operation.

CreateContainerLabelResponse

interface CreateContainerLabelResponse {
    containerLabel: ContainerLabel;
}

Properties

Properties

containerLabel: ContainerLabel

CreateContainerLabelResponse