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

GoogleCloudManagedidentitiesV1OpMetadata

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

Represents the metadata of the long-running operation.

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

§Properties

§
readonly apiVersion?: string
[src]

Output only. API version used to start the operation.

§
readonly createTime?: Date
[src]

Output only. The time the operation was created.

§
readonly endTime?: Date
[src]

Output only. The time the operation finished running.

§
readonly requestedCancellation?: boolean
[src]

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§
readonly target?: string
[src]

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

§
readonly verb?: string
[src]

Output only. Name of the verb executed by the operation.