PutVoiceConnectorEmergencyCallingConfigurationResponse constructor

PutVoiceConnectorEmergencyCallingConfigurationResponse({
  1. EmergencyCallingConfiguration? emergencyCallingConfiguration,
})

Implementation

PutVoiceConnectorEmergencyCallingConfigurationResponse({
  this.emergencyCallingConfiguration,
});