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

DbVersion

import 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.