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

SqlInstancesGetLatestRecoveryTimeResponse

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

Instance get latest recovery time response.

interface SqlInstancesGetLatestRecoveryTimeResponse {
kind?: string;
latestRecoveryTime?: Date;
}

§Properties

§
kind?: string
[src]

This is always sql#getLatestRecoveryTime.

§
latestRecoveryTime?: Date
[src]

Timestamp, identifies the latest recovery time of the source instance.