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

SaveSnapshotResponse

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

Response to SaveSnapshotRequest.

interface SaveSnapshotResponse {
snapshotPath?: string;
}

§Properties

§
snapshotPath?: string
[src]

The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp". This field is populated only if the snapshot creation was successful.