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

GoogleCloudIntegrationsV1alphaFile

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

To store Integration version related file i.e. Integration Version, Config variable etc.

interface GoogleCloudIntegrationsV1alphaFile {
integrationConfig?: {
[key: string]: any;
}
;
type?: "INTEGRATION_FILE_UNSPECIFIED" | "INTEGRATION" | "INTEGRATION_CONFIG_VARIABLES";
}

§Properties

§
integrationConfig?: {
[key: string]: any;
}
[src]

Integration version config file

§

Integration version

§
type?: "INTEGRATION_FILE_UNSPECIFIED" | "INTEGRATION" | "INTEGRATION_CONFIG_VARIABLES"
[src]

File information like Integration version, Integration Config variables etc.