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

ListAutonomousDatabaseCharacterSetsResponse

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

The response for AutonomousDatabaseCharacterSet.List.

interface ListAutonomousDatabaseCharacterSetsResponse {
autonomousDatabaseCharacterSets?: AutonomousDatabaseCharacterSet[];
nextPageToken?: string;
}

§Properties

§
autonomousDatabaseCharacterSets?: AutonomousDatabaseCharacterSet[]
[src]

The list of Autonomous Database Character Sets.

§
nextPageToken?: string
[src]

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