DbVersionCopyimport type { DbVersion } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";A valid Oracle Database version. interface DbVersion {readonly name?: string;readonly properties?: DbVersionProperties;}§Properties§readonly name?: string[src]Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version} §readonly properties?: DbVersionProperties[src]Output only. The properties of the DbVersion.