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

GoogleCloudIntegrationsV1alphaTestIntegrationsResponse

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

The response for testing an integration.

interface GoogleCloudIntegrationsV1alphaTestIntegrationsResponse {
executionFailed?: boolean;
executionId?: string;
parameters?: {};
}

§Properties

§

Details for the integration that were executed.

§
executionFailed?: boolean
[src]

Is true if any execution in the integration failed. False otherwise.

§
executionId?: string
[src]

The id of the execution corresponding to this run of integration.

§

Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.

§
parameters?: {}
[src]

Optional. Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.