Interface ImageDeleteResponseItem

ImageDeleteResponseItem

interface ImageDeleteResponseItem {
    Deleted?: string;
    Untagged?: string;
}

Properties

Properties

Deleted?: string

The image ID of an image that was deleted

Untagged?: string

The image ID of an image that was untagged