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

ProjectsLocationsBackupsCreateOptions

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

Additional options for file#projectsLocationsBackupsCreate.

interface ProjectsLocationsBackupsCreateOptions {
backupId?: string;
}

§Properties

§
backupId?: string
[src]

Required. The ID to use for the backup. The ID must be unique within the specified project and location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.