BotChannelAssociation constructor

BotChannelAssociation({
  1. String? botAlias,
  2. Map<String, String>? botConfiguration,
  3. String? botName,
  4. DateTime? createdDate,
  5. String? description,
  6. String? failureReason,
  7. String? name,
  8. ChannelStatus? status,
  9. ChannelType? type,
})

Implementation

BotChannelAssociation({
  this.botAlias,
  this.botConfiguration,
  this.botName,
  this.createdDate,
  this.description,
  this.failureReason,
  this.name,
  this.status,
  this.type,
});