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