ListSnapshotsResponse
import type { ListSnapshotsResponse } from "https://googleapis.deno.dev/v1/file:v1.ts";
ListSnapshotsResponse is the result of ListSnapshotsRequest.
interface ListSnapshotsResponse {
nextPageToken?: string;
snapshots?: Snapshot[];
unreachable?: string[];
}