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

GoogleCloudIntegrationsV1alphaListExecutionsResponse

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

Response for listing the integration execution data.

interface GoogleCloudIntegrationsV1alphaListExecutionsResponse {
nextPageToken?: string;
}

§Properties

§

Required. The detailed information of requested executions.

§

The detailed information of requested executions

§
nextPageToken?: string
[src]

The token used to retrieve the next page results.