pub type VolumeList = VolumeListOkBody;
Expand description
VolumeListOKBody Volume list response
Aliased Type§
pub struct VolumeList {
pub volumes: Vec<Volume>,
pub warnings: Vec<String>,
}
Fields§
§volumes: Vec<Volume>
List of volumes
warnings: Vec<String>
Warnings that occurred when fetching the list of volumes.