DatabaseCharacterSet
import type { DatabaseCharacterSet } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
Details of the Database character set resource.
interface DatabaseCharacterSet {
readonly characterSet?: string;
readonly characterSetType?: "CHARACTER_SET_TYPE_UNSPECIFIED" | "DATABASE" | "NATIONAL";
name?: string;
}