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

ProjectsInstancesGetLatestRecoveryTimeOptions

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

Additional options for SQLAdmin#projectsInstancesGetLatestRecoveryTime.

interface ProjectsInstancesGetLatestRecoveryTimeOptions {
sourceInstanceDeletionTime?: Date;
}

§Properties

§
sourceInstanceDeletionTime?: Date
[src]

The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.