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

Represents the metadata of the long-running operation. Output only.

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

§Properties

§
apiVersion?: string
[src]

API version used to start the operation.

§
createTime?: Date
[src]

The time the operation was created.

§
endTime?: Date
[src]

The time the operation finished running.

§
statusDetail?: string
[src]

Human-readable status of the operation, if any.

§
target?: string
[src]

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

§
verb?: string
[src]

Name of the verb executed by the operation.