GoogleCloudIntegrationsV1alphaSfdcChannel class

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

Constructors

GoogleCloudIntegrationsV1alphaSfdcChannel({String? channelTopic, String? createTime, String? deleteTime, String? description, String? displayName, bool? isActive, String? lastReplayId, String? name, String? updateTime})
GoogleCloudIntegrationsV1alphaSfdcChannel.fromJson(Map json_)

Properties

channelTopic String?
The Channel topic defined by salesforce once an channel is opened
getter/setter pair
createTime String?
Time when the channel is created
getter/setter pair
deleteTime String?
Time when the channel was deleted.
getter/setter pair
description String?
The description for this channel
getter/setter pair
displayName String?
Client level unique name/alias to easily reference a channel.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isActive bool?
Indicated if a channel has any active integrations referencing it.
getter/setter pair
lastReplayId String?
Last sfdc messsage replay id for channel
getter/setter pair
name String?
Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_channel}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Time when the channel was last updated
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited