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

ListInstancesResponse

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

Response message for the list instance request.

interface ListInstancesResponse {
instances?: Instance[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
instances?: Instance[]
[src]

Represents a list of Data Fusion instances.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results or empty if there are no more results in the list.

§
unreachable?: string[]
[src]

Locations that could not be reached.