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

DatabaseDetailsParentDatabaseDeployment

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

The identifiers of the parent database deployment.

interface DatabaseDetailsParentDatabaseDeployment {
generatedId?: string;
manualUniqueId?: string;
}

§Properties

§
generatedId?: string
[src]

Optional. The parent database deployment generated ID.

§
manualUniqueId?: string
[src]

Optional. The parent database deployment optional manual unique ID set by the user.