GoogleCloudRecommenderV1RecommendationInsightReference.fromJson constructor
GoogleCloudRecommenderV1RecommendationInsightReference.fromJson(
- Map json_
Implementation
GoogleCloudRecommenderV1RecommendationInsightReference.fromJson(
core.Map json_)
: this(
insight: json_.containsKey('insight')
? json_['insight'] as core.String
: null,
);