Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListVolumesResponse

import type { ListVolumesResponse } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Response message containing the list of storage volumes.

interface ListVolumesResponse {
nextPageToken?: string;
unreachable?: string[];
volumes?: Volume[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results from the server.

§
unreachable?: string[]
[src]

Locations that could not be reached.

§
volumes?: Volume[]
[src]

The list of storage volumes.