View Source GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse (google_api_recommendation_engine v0.4.6)

Response message for the ListPredictionApiKeyRegistrations.

Attributes

  • nextPageToken (type: String.t, default: nil) - If empty, the list is complete. If nonempty, pass the token to the next request's ListPredictionApiKeysRegistrationsRequest.pageToken.
  • predictionApiKeyRegistrations (type: list(GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.t), default: nil) - The list of registered API keys.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse{
    nextPageToken: String.t() | nil,
    predictionApiKeyRegistrations:
      [
        GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.t()
      ]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.