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

ListGiVersionsResponse

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

The response for GiVersion.List.

interface ListGiVersionsResponse {
giVersions?: GiVersion[];
nextPageToken?: string;
}

§Properties

§
giVersions?: GiVersion[]
[src]

The list of Oracle Grid Infrastructure (GI) versions.

§
nextPageToken?: string
[src]

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