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

AutonomousDatabaseCharacterSet

import type { AutonomousDatabaseCharacterSet } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface AutonomousDatabaseCharacterSet {
readonly characterSet?: string;
readonly characterSetType?: "CHARACTER_SET_TYPE_UNSPECIFIED" | "DATABASE" | "NATIONAL";
name?: string;
}

§Properties

§
readonly characterSet?: string
[src]

Output only. The character set name for the Autonomous Database which is the ID in the resource name.

§
readonly characterSetType?: "CHARACTER_SET_TYPE_UNSPECIFIED" | "DATABASE" | "NATIONAL"
[src]

Output only. The character set type for the Autonomous Database.

§
name?: string
[src]

Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}