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

DeletionProtectionInfo

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

Deletion protection signal info for a database resource.

interface DeletionProtectionInfo {
deletionProtectionEnabled?: boolean;
subResource?: SubResource;
}

§Properties

§
deletionProtectionEnabled?: boolean
[src]

Is deletion protection enabled.

§
subResource?: SubResource
[src]

Optional. Sub resource details associated with the signal.