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

ListVolumeSnapshotsResponse

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

Response message containing the list of volume snapshots.

interface ListVolumeSnapshotsResponse {
nextPageToken?: string;
unreachable?: string[];
volumeSnapshots?: VolumeSnapshot[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results from the server.

§
unreachable?: string[]
[src]

Locations that could not be reached.

§
volumeSnapshots?: VolumeSnapshot[]
[src]

The list of snapshots.