BackupDRConfig
import type { BackupDRConfig } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";BackupDRConfig to capture the backup and disaster recovery details of database resource.
interface BackupDRConfig {
backupdrManaged?: boolean;
}