GoogleCloudApihubV1LastExecution
import type { GoogleCloudApihubV1LastExecution } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The result of the last execution of the plugin instance.
interface GoogleCloudApihubV1LastExecution {
readonly endTime?: Date;
readonly errorMessage?: string;
readonly result?: "RESULT_UNSPECIFIED" | "SUCCEEDED" | "FAILED";
readonly startTime?: Date;
}