GoogleCloudRecommenderV1InsightRecommendationReference.fromJson constructor
GoogleCloudRecommenderV1InsightRecommendationReference.fromJson(
- Map json_
Implementation
GoogleCloudRecommenderV1InsightRecommendationReference.fromJson(
core.Map json_)
: this(
recommendation: json_['recommendation'] as core.String?,
);