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

GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse

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

The response for executing an integration.

interface GoogleCloudIntegrationsV1alphaScheduleIntegrationsResponse {
executionInfoIds?: string[];
}

§Properties

§
executionInfoIds?: string[]
[src]

The execution info id for the executed integrations.