GoogleCloudRecommenderV1ListInsightsResponse constructor
GoogleCloudRecommenderV1ListInsightsResponse({
- List<
GoogleCloudRecommenderV1Insight> ? insights, - String? nextPageToken,
Implementation
GoogleCloudRecommenderV1ListInsightsResponse({
this.insights,
this.nextPageToken,
});