GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse constructor

GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>? predictionApiKeyRegistrations,
})

Implementation

GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse({
  this.nextPageToken,
  this.predictionApiKeyRegistrations,
});