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

ListDatabaseCharacterSetsResponse

import type { ListDatabaseCharacterSetsResponse } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The response for DatabaseCharacterSet.List.

interface ListDatabaseCharacterSetsResponse {
databaseCharacterSets?: DatabaseCharacterSet[];
nextPageToken?: string;
}

§Properties

§
databaseCharacterSets?: DatabaseCharacterSet[]
[src]

The list of DatabaseCharacterSets.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.