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

BackupSource

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

Message describing a BackupSource.

interface BackupSource {
backupName?: string;
readonly backupUid?: string;
}

§Properties

§
backupName?: string
[src]

Required. The name of the backup resource with the format: * projects/{project}/locations/{region}/backups/{backup_id}

§
readonly backupUid?: string
[src]

Output only. The system-generated UID of the backup which was used to create this resource. The UID is generated when the backup is created, and it is retained until the backup is deleted.