VoiceConnector constructor

VoiceConnector({
  1. VoiceConnectorAwsRegion? awsRegion,
  2. DateTime? createdTimestamp,
  3. String? name,
  4. String? outboundHostName,
  5. bool? requireEncryption,
  6. DateTime? updatedTimestamp,
  7. String? voiceConnectorId,
})

Implementation

VoiceConnector({
  this.awsRegion,
  this.createdTimestamp,
  this.name,
  this.outboundHostName,
  this.requireEncryption,
  this.updatedTimestamp,
  this.voiceConnectorId,
});