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,
);