UpdateRecommenderConfigurationResponse constructor

UpdateRecommenderConfigurationResponse({
  1. required RecommenderConfigurationResponse recommenderConfigurationResponse,
})

Implementation

UpdateRecommenderConfigurationResponse({
  required this.recommenderConfigurationResponse,
});