ProjectsDeleteSnapshotsOptions
import type { ProjectsDeleteSnapshotsOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";Additional options for Dataflow#projectsDeleteSnapshots.
interface ProjectsDeleteSnapshotsOptions  {
location?: string;
snapshotId?: string;
}