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

ListSnapshotsResponse

import type { ListSnapshotsResponse } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

List of snapshots.

interface ListSnapshotsResponse {
snapshots?: Snapshot[];
}

§Properties

§
snapshots?: Snapshot[]
[src]

Returned snapshots.