GetGlobalSettingsResponse constructor

GetGlobalSettingsResponse({
  1. BusinessCallingSettings? businessCalling,
  2. VoiceConnectorSettings? voiceConnector,
})

Implementation

GetGlobalSettingsResponse({
  this.businessCalling,
  this.voiceConnector,
});