GetLoggingConfigurationResponse constructor

GetLoggingConfigurationResponse({
  1. LoggingConfiguration? loggingConfiguration,
})

Implementation

GetLoggingConfigurationResponse({
  this.loggingConfiguration,
});