GoogleCloudRecommendationengineV1beta1ListCatalogsResponse constructor

GoogleCloudRecommendationengineV1beta1ListCatalogsResponse({
  1. List<GoogleCloudRecommendationengineV1beta1Catalog>? catalogs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudRecommendationengineV1beta1ListCatalogsResponse({
  this.catalogs,
  this.nextPageToken,
});