GoogleCloudRecommenderV1InsightRecommendationReference.fromJson constructor

GoogleCloudRecommenderV1InsightRecommendationReference.fromJson(
  1. Map json_
)

Implementation

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