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/looker:v1.ts";

Response from ListInstances.

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

§Properties

§
instances?: Instance[]
[src]

The list of instances matching the request filters, up to the requested ListInstancesRequest.pageSize.

§
nextPageToken?: string
[src]

If provided, a page token that can look up the next ListInstancesRequest.pageSize results. If empty, the results list is exhausted.

§
unreachable?: string[]
[src]

Locations that could not be reached.