GoogleCloudOsconfigV2__OperationMetadata
import type { GoogleCloudOsconfigV2__OperationMetadata } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
Represents the metadata of the long-running operation.
interface GoogleCloudOsconfigV2__OperationMetadata {
readonly apiVersion?: string;
readonly createTime?: Date;
readonly endTime?: Date;
readonly requestedCancellation?: boolean;
readonly statusMessage?: string;
readonly target?: string;
readonly verb?: string;
}§Properties
§
readonly requestedCancellation?: boolean
[src]Output only. Identifies whether the user has requested cancellation of the
operation. Operations that have been cancelled successfully have
Operation.error value with a google.rpc.Status.code of 1, corresponding to
Code.CANCELLED
.