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

CloudSQLBackupRunSource

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

The source CloudSQL backup resource.

interface CloudSQLBackupRunSource {
backupRunId?: bigint;
instanceId?: string;
project?: string;
}

§Properties

§
backupRunId?: bigint
[src]

Required. The CloudSQL backup run ID.

§
instanceId?: string
[src]

Required. The CloudSQL instance ID.

§
project?: string
[src]

The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.