GoogleCloudApihubV1ExecutionStatus
import type { GoogleCloudApihubV1ExecutionStatus } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The execution status for the plugin instance.
interface GoogleCloudApihubV1ExecutionStatus {
readonly currentExecutionState?: "CURRENT_EXECUTION_STATE_UNSPECIFIED" | "RUNNING" | "NOT_RUNNING";
readonly lastExecution?: GoogleCloudApihubV1LastExecution;
}