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

ListGoldengateDeploymentEnvironmentsResponse

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

Message for response to listing GoldengateDeploymentEnvironments

interface ListGoldengateDeploymentEnvironmentsResponse {
goldengateDeploymentEnvironments?: GoldengateDeploymentEnvironment[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
goldengateDeploymentEnvironments?: GoldengateDeploymentEnvironment[]
[src]

The list of GoldengateDeploymentEnvironment

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return. If this field is empty, there are no subsequent pages.

§
unreachable?: string[]
[src]

Unordered list. Locations that could not be reached.