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

ExportAppRequest

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

Request message for AgentService.ExportApp.

interface ExportAppRequest {
exportFormat?: "EXPORT_FORMAT_UNSPECIFIED" | "JSON" | "YAML";
gcsUri?: string;
}

§Properties

§
exportFormat?: "EXPORT_FORMAT_UNSPECIFIED" | "JSON" | "YAML"
[src]

Required. The format to export the app in.

§
gcsUri?: string
[src]

Optional. The Google Cloud Storage URI to which to export the app. The format of this URI must be gs:///. The exported app archive will be written directly to the specified GCS object.