DescribeComponentConfigurationRecommendationResponse.fromJson constructor

DescribeComponentConfigurationRecommendationResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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