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

ProjectsLocationsGlobalDomainsBackupsCreateOptions

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

Additional options for Managedidentities#projectsLocationsGlobalDomainsBackupsCreate.

interface ProjectsLocationsGlobalDomainsBackupsCreateOptions {
backupId?: string;
}

§Properties

§
backupId?: string
[src]

Required. Backup Id, unique name to identify the backups with the following restrictions: * Must be lowercase letters, numbers, and hyphens * Must start with a letter. * Must contain between 1-63 characters. * Must end with a number or a letter. * Must be unique within the domain.