GoogleCloudRecommenderV1ListRecommendationsResponse constructor

GoogleCloudRecommenderV1ListRecommendationsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudRecommenderV1Recommendation>? recommendations,
})

Implementation

GoogleCloudRecommenderV1ListRecommendationsResponse({
  this.nextPageToken,
  this.recommendations,
});