GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse constructor
GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse({
- String? nextPageToken,
- List<
GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration> ? predictionApiKeyRegistrations,
Implementation
GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse({
this.nextPageToken,
this.predictionApiKeyRegistrations,
});