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

BackupDrBackupSource

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

Message describing a BackupDrBackupSource.

interface BackupDrBackupSource {
backup?: string;
}

§Properties

§
backup?: string
[src]

Required. The name of the backup resource with the format: * projects/{project}/locations/{location}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}