Volume list response VolumeListResponse

interface VolumeListResponse {
    Volumes?: Volume[];
    Warnings?: string[];
}

Properties

Properties

Volumes?: Volume[]

List of volumes

Warnings?: string[]

Warnings that occurred when fetching the list of volumes.