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

ListConnectionsResponse

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

The response for ConnectionService.ListConnections.

interface ListConnectionsResponse {
connections?: Connection[];
nextPageToken?: string;
}

§Properties

§
connections?: Connection[]
[src]

List of connections.

§
nextPageToken?: string
[src]

Next page token.