GoogleCloudRecommendationengineV1beta1ListCatalogsResponse constructor
GoogleCloudRecommendationengineV1beta1ListCatalogsResponse({
- List<
GoogleCloudRecommendationengineV1beta1Catalog> ? catalogs, - String? nextPageToken,
Implementation
GoogleCloudRecommendationengineV1beta1ListCatalogsResponse({
this.catalogs,
this.nextPageToken,
});