FinalBackupConfig
import type { FinalBackupConfig } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
Config used to determine the final backup settings for the instance.
interface FinalBackupConfig {
enabled?: boolean;
retentionDays?: number;
}