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

ListSqlIntegrationsResponse

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

ListSqlIntegrationsResponse is the response message for ListSqlIntegrations method.

interface ListSqlIntegrationsResponse {
nextPageToken?: string;
sqlIntegrations?: SqlIntegration[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
sqlIntegrations?: SqlIntegration[]
[src]

A list of SQLIntegrations of a domain.

§
unreachable?: string[]
[src]

A list of locations that could not be reached.