GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest.fromJson constructor

GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest.fromJson(
  1. Map _json
)

Implementation

GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest.fromJson(
    core.Map _json)
    : this(
        predictionApiKeyRegistration: _json
                .containsKey('predictionApiKeyRegistration')
            ? GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration
                .fromJson(_json['predictionApiKeyRegistration']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );