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 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.