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

ImportAppResponse

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

Response message for AgentService.ImportApp.

interface ImportAppResponse {
name?: string;
warnings?: string[];
}

§Properties

§
name?: string
[src]

The resource name of the app that was imported.

§
warnings?: string[]
[src]

Warning messages generated during the import process. If errors occur for specific resources, they will not be included in the imported app and the error will be mentioned here.