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

AutomatedBackupPolicyInfo

import type { AutomatedBackupPolicyInfo } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

Automated backup policy signal info

interface AutomatedBackupPolicyInfo {
isEnabled?: boolean;
subResource?: SubResource;
}

§Properties

§
isEnabled?: boolean
[src]

Is automated policy enabled.

§
subResource?: SubResource
[src]

Optional. Sub resource details associated with the signal.