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

GoogleCloudIntegrationsV1alphaSfdcChannel

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

The SfdcChannel that points to a CDC or Platform Event Channel.

interface GoogleCloudIntegrationsV1alphaSfdcChannel {
channelTopic?: string;
readonly createTime?: Date;
readonly deleteTime?: Date;
description?: string;
displayName?: string;
isActive?: boolean;
lastReplayId?: string;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
channelTopic?: string
[src]

The Channel topic defined by salesforce once an channel is opened

§
readonly createTime?: Date
[src]

Output only. Time when the channel is created

§
readonly deleteTime?: Date
[src]

Output only. Time when the channel was deleted. Empty if not deleted.

§
description?: string
[src]

The description for this channel

§
displayName?: string
[src]

Client level unique name/alias to easily reference a channel.

§
isActive?: boolean
[src]

Indicated if a channel has any active integrations referencing it. Set to false when the channel is created, and set to true if there is any integration published with the channel configured in it.

§
lastReplayId?: string
[src]

Last sfdc messsage replay id for channel

§
name?: string
[src]

Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_channel}.

§
readonly updateTime?: Date
[src]

Output only. Time when the channel was last updated