GoogleCloudRecommenderV1ListRecommendationsResponse constructor
GoogleCloudRecommenderV1ListRecommendationsResponse({
- String? nextPageToken,
- List<
GoogleCloudRecommenderV1Recommendation> ? recommendations,
Implementation
GoogleCloudRecommenderV1ListRecommendationsResponse({
this.nextPageToken,
this.recommendations,
});