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

OmnichannelOperationMetadata

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

Represents the metadata of the long-running operation.

interface OmnichannelOperationMetadata {
readonly createTime?: Date;
readonly endTime?: Date;
readonly requestedCancellation?: boolean;
readonly statusMessage?: string;
}

§Properties

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

§
readonly statusMessage?: string
[src]

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