GoogleCloudRecommenderV1RecommendationContent constructor

GoogleCloudRecommenderV1RecommendationContent({
  1. List<GoogleCloudRecommenderV1OperationGroup>? operationGroups,
  2. Map<String, Object?>? overview,
})

Implementation

GoogleCloudRecommenderV1RecommendationContent({
  this.operationGroups,
  this.overview,
});