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

ProjectsLocationsInstancesSnapshotsCreateOptions

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

Additional options for file#projectsLocationsInstancesSnapshotsCreate.

interface ProjectsLocationsInstancesSnapshotsCreateOptions {
snapshotId?: string;
}

§Properties

§
snapshotId?: string
[src]

Required. The ID to use for the snapshot. The ID must be unique within the specified instance. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.