GoogleCloudRecommenderV1ListInsightsResponse constructor

GoogleCloudRecommenderV1ListInsightsResponse({
  1. List<GoogleCloudRecommenderV1Insight>? insights,
  2. String? nextPageToken,
})

Implementation

GoogleCloudRecommenderV1ListInsightsResponse({
  this.insights,
  this.nextPageToken,
});