CustomerListConfigurationsResponse constructor

CustomerListConfigurationsResponse({
  1. List<Configuration>? configurations,
})

Implementation

CustomerListConfigurationsResponse({
  this.configurations,
});