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

ProjectsInstancesClustersBackupsCreateOptions

import type { ProjectsInstancesClustersBackupsCreateOptions } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Additional options for BigtableAdmin#projectsInstancesClustersBackupsCreate.

interface ProjectsInstancesClustersBackupsCreateOptions {
backupId?: string;
}

§Properties

§
backupId?: string
[src]

Required. The id of the backup to be created. The backup_id along with the parent parent are combined as {parent}/backups/{backup_id} to create the full backup name, of the form: projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}. This string must be between 1 and 50 characters in length and match the regex _a-zA-Z0-9*.