GoogleCloudRecommenderV1RecommenderGenerationConfig.fromJson constructor
GoogleCloudRecommenderV1RecommenderGenerationConfig.fromJson(
- Map json_
Implementation
GoogleCloudRecommenderV1RecommenderGenerationConfig.fromJson(core.Map json_)
: this(
params: json_.containsKey('params')
? json_['params'] as core.Map<core.String, core.dynamic>
: null,
);