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

ExecuteAirflowCommandResponse

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

Response to ExecuteAirflowCommandRequest.

interface ExecuteAirflowCommandResponse {
error?: string;
executionId?: string;
pod?: string;
podNamespace?: string;
}

§Properties

§
error?: string
[src]

Error message. Empty if there was no error.

§
executionId?: string
[src]

The unique ID of the command execution for polling.

§
pod?: string
[src]

The name of the pod where the command is executed.

§
podNamespace?: string
[src]

The namespace of the pod where the command is executed.