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

BackupDrPitrSource

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

Message describing a BackupDrPitrSource.

interface BackupDrPitrSource {
dataSource?: string;
pointInTime?: Date;
}

§Properties

§
dataSource?: string
[src]

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

§
pointInTime?: Date
[src]

Required. The point in time to restore to.