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

GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse

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

Response for ListIntegrationVersions.

interface GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse {
nextPageToken?: string;
noPermission?: boolean;
}

§Properties

§

The integrations which match the request.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
noPermission?: boolean
[src]

Whether the user has no permission on the version or not.