Interface ContainerUpdateResponse

OK response to ContainerUpdate operation ContainerUpdateResponse

interface ContainerUpdateResponse {
    Warnings?: string[];
}

Properties

Properties

Warnings?: string[]