PutConfigurationAggregatorResponse constructor

PutConfigurationAggregatorResponse({
  1. ConfigurationAggregator? configurationAggregator,
})

Implementation

PutConfigurationAggregatorResponse({
  this.configurationAggregator,
});