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

Omnichannel

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

Represents an Omnichannel resource.

interface Omnichannel {
readonly createTime?: Date;
description?: string;
displayName?: string;
readonly etag?: string;
integrationConfig?: OmnichannelIntegrationConfig;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Timestamp when the omnichannel resource was created.

§
description?: string
[src]

Optional. Human-readable description of the omnichannel resource.

§
displayName?: string
[src]

Required. Display name of the omnichannel resource.

§
readonly etag?: string
[src]

Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation.

§

Optional. The integration config for the omnichannel resource.

§
name?: string
[src]

Identifier. The unique identifier of the omnichannel resource. Format: projects/{project}/locations/{location}/omnichannels/{omnichannel}

§
readonly updateTime?: Date
[src]

Output only. Timestamp when the omnichannel resource was last updated.