DeleteRecommenderConfigurationResponse constructor

DeleteRecommenderConfigurationResponse({
  1. required RecommenderConfigurationResponse recommenderConfigurationResponse,
})

Implementation

DeleteRecommenderConfigurationResponse({
  required this.recommenderConfigurationResponse,
});