GoogleCloudIntegrationsV1alphaSfdcChannel constructor

GoogleCloudIntegrationsV1alphaSfdcChannel({
  1. String? channelTopic,
  2. String? createTime,
  3. String? deleteTime,
  4. String? description,
  5. String? displayName,
  6. bool? isActive,
  7. String? lastReplayId,
  8. String? name,
  9. String? updateTime,
})

Implementation

GoogleCloudIntegrationsV1alphaSfdcChannel({
  this.channelTopic,
  this.createTime,
  this.deleteTime,
  this.description,
  this.displayName,
  this.isActive,
  this.lastReplayId,
  this.name,
  this.updateTime,
});