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

AutonomousDatabaseBackup

import type { AutonomousDatabaseBackup } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface AutonomousDatabaseBackup {
autonomousDatabase?: string;
displayName?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
}

§Properties

§
autonomousDatabase?: string
[src]

Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}

§
displayName?: string
[src]

Optional. User friendly name for the Backup. The name does not have to be unique.

§
labels?: {
[key: string]: string;
}
[src]

Optional. labels or tags associated with the resource.

§
name?: string
[src]

Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup}

§

Optional. Various properties of the backup.