View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel (google_api_integrations v0.7.0)
The SfdcChannel that points to a CDC or Platform Event Channel.
Attributes
-
channelTopic
(type:String.t
, default:nil
) - The Channel topic defined by salesforce once an channel is opened -
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when the channel is created -
deleteTime
(type:DateTime.t
, default:nil
) - Output only. Time when the channel was deleted. Empty if not deleted. -
description
(type:String.t
, default:nil
) - The description for this channel -
displayName
(type:String.t
, default:nil
) - Client level unique name/alias to easily reference a channel. -
isActive
(type:boolean()
, default:nil
) - 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
(type:String.t
, default:nil
) - Last sfdc messsage replay id for channel -
name
(type:String.t
, default:nil
) - Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_channel}. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Time when the channel was last updated
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSfdcChannel{ channelTopic: String.t() | nil, createTime: DateTime.t() | nil, deleteTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, isActive: boolean() | nil, lastReplayId: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.