GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse class
Response message for the ListPredictionApiKeyRegistrations
.
Constructors
-
GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse({String? nextPageToken, List<
GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration> ? predictionApiKeyRegistrations}) - GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken ↔ String?
-
If empty, the list is complete.
getter/setter pair
-
predictionApiKeyRegistrations
↔ List<
GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration> ? -
The list of registered API keys.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited