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

OperationMetadata

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

Metadata for an Operation.

interface OperationMetadata {
readonly apiVersion?: string;
readonly createTime?: Date;
readonly endTime?: Date;
readonly errorMessage?: string;
readonly requestedCancellation?: boolean;
readonly statusMessage?: string;
readonly target?: string;
readonly verb?: string;
}

§Properties

§
readonly apiVersion?: string
[src]

Output only. The API version used to start the operation.

§
readonly createTime?: Date
[src]

Output only. The time at which the operation was created.

§
readonly endTime?: Date
[src]

Output only. The time at which the operation finished running.

§
readonly errorMessage?: string
[src]

Output only. An error message. Returned when a PostureDeployment enters a failure state like UPDATE_FAILED.

§
readonly requestedCancellation?: boolean
[src]

Output only. Whether a request to cancel the operation has been received. For operations that have been cancelled successfully, the Operation.error field contains the error code CANCELLED.

§
readonly statusMessage?: string
[src]

Output only. The status of the operation, if any.

§
readonly target?: string
[src]

Output only. The server-defined resource path for the target of the operation.

§
readonly verb?: string
[src]

Output only. The name of the action executed by the operation.