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

SaveSnapshotRequest

import type { SaveSnapshotRequest } from "https://googleapis.deno.dev/v1/composer:v1.ts";

Request to create a snapshot of a Cloud Composer environment.

interface SaveSnapshotRequest {
snapshotLocation?: string;
}

§Properties

§
snapshotLocation?: string
[src]

Location in a Cloud Storage where the snapshot is going to be stored, e.g.: "gs://my-bucket/snapshots".