GoogleCloudRecommenderV1RecommendationInsightReference.fromJson constructor

GoogleCloudRecommenderV1RecommendationInsightReference.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecommenderV1RecommendationInsightReference.fromJson(
  core.Map json_,
) : this(insight: json_['insight'] as core.String?);