GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse constructor

GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse({
  1. List<GoogleCloudRecommendationengineV1beta1CatalogItem>? catalogItems,
  2. String? nextPageToken,
})

Implementation

GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse({
  this.catalogItems,
  this.nextPageToken,
});