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

GoogleCloudIntegrationsV1alphaIntegrationConfigParameter

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

Integration Config Parameter is defined in the integration config and are used to provide external configuration for integration. It provide information about data types of the expected parameters and provide any default values or value. They can also be used to add custom attributes.

interface GoogleCloudIntegrationsV1alphaIntegrationConfigParameter {}

§Properties

§

Optional. Integration Parameter to provide the default value, data type and attributes required for the Integration config variables.

§

Values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.