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