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

GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse

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

Response to list SfdcInstances.

interface GoogleCloudIntegrationsV1alphaListSfdcInstancesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

The token used to retrieve the next page of results.

§

The list of SfdcInstances retrieved.