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

GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest

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

Request for UploadIntegrationVersion.

interface GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest {
content?: string;
fileFormat?: "FILE_FORMAT_UNSPECIFIED" | "JSON" | "YAML";
}

§Properties

§
content?: string
[src]

The textproto of the integration_version.

§
fileFormat?: "FILE_FORMAT_UNSPECIFIED" | "JSON" | "YAML"
[src]

File format for upload request.