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

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

§Properties

§
readonly endTime?: Date
[src]

Output only. The last execution end time of the plugin instance.

§
readonly errorMessage?: string
[src]

Output only. Error message describing the failure, if any, during the last execution.

§
readonly result?: "RESULT_UNSPECIFIED" | "SUCCEEDED" | "FAILED"
[src]

Output only. The result of the last execution of the plugin instance.

§
readonly startTime?: Date
[src]

Output only. The last execution start time of the plugin instance.