DescribeComponentConfigurationRecommendationResponse.fromJson constructor
Implementation
factory DescribeComponentConfigurationRecommendationResponse.fromJson(
Map<String, dynamic> json) {
return DescribeComponentConfigurationRecommendationResponse(
componentConfiguration: json['ComponentConfiguration'] as String?,
);
}