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;
}