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

GoogleCloudIntegrationsV1alphaSerializedFile

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

To store string representation of Integration file.

interface GoogleCloudIntegrationsV1alphaSerializedFile {
content?: string;
file?: "INTEGRATION_FILE_UNSPECIFIED" | "INTEGRATION" | "INTEGRATION_CONFIG_VARIABLES";
}

§Properties

§
content?: string
[src]

String representation of the file content.

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

File information like Integration version, Integration Config variables etc.