GetSfdcChannelResult

data class GetSfdcChannelResult(val channelTopic: String, val createTime: String, val deleteTime: String, val description: String, val displayName: String, val isActive: Boolean, val lastReplayId: String, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetSfdcChannelResult(channelTopic: String, createTime: String, deleteTime: String, description: String, displayName: String, isActive: Boolean, lastReplayId: String, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Channel topic defined by salesforce once an channel is opened

Link copied to clipboard

Time when the channel is created

Link copied to clipboard

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

Link copied to clipboard

The description for this channel

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Last sfdc messsage replay id for channel

Link copied to clipboard

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

Link copied to clipboard

Time when the channel was last updated