GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest.fromJson constructor
GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest.fromJson(
- 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,
);