GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.fromJson constructor

GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration.fromJson(
  1. Map json_
)

Implementation

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