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

ListGoldengateDeploymentsResponse

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

The response for GoldengateDeployment.List.

interface ListGoldengateDeploymentsResponse {
goldengateDeployments?: GoldengateDeployment[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
goldengateDeployments?: GoldengateDeployment[]
[src]

The list of GoldengateDeployments.

§
nextPageToken?: string
[src]

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

§
unreachable?: string[]
[src]

Optional. Locations that could not be reached.