GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.fromJson constructor
GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.fromJson(
- Map json_
Implementation
GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.fromJson(
core.Map json_)
: this(
apiKey: json_.containsKey('apiKey')
? json_['apiKey'] as core.String
: null,
);