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

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;
}

§Properties

§
readonly currentExecutionState?: "CURRENT_EXECUTION_STATE_UNSPECIFIED" | "RUNNING" | "NOT_RUNNING"
[src]

Output only. The current state of the execution.

§
readonly lastExecution?: GoogleCloudApihubV1LastExecution
[src]

Output only. The last execution of the plugin instance.