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;
}