DescribeComponentConfigurationRecommendationResponse constructor

DescribeComponentConfigurationRecommendationResponse({
  1. String? componentConfiguration,
})

Implementation

DescribeComponentConfigurationRecommendationResponse({
  this.componentConfiguration,
});