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/managedidentities:v1.ts";

Represents the metadata of the long-running operation.

interface OperationMetadata {
readonly apiVersion?: string;
readonly cancelRequested?: boolean;
readonly createTime?: Date;
readonly endTime?: Date;
readonly statusDetail?: string;
readonly target?: string;
readonly verb?: string;
}

§Properties

§
readonly apiVersion?: string
[src]

Output only. API version used to start the operation.

§
readonly cancelRequested?: 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.

§
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 statusDetail?: string
[src]

Output only. Human-readable status of the operation, if any.

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