GoogleCloudRetailV2GenerativeQuestionsFeatureConfig.fromJson constructor
GoogleCloudRetailV2GenerativeQuestionsFeatureConfig.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2GenerativeQuestionsFeatureConfig.fromJson(core.Map json_)
: this(
catalog: json_['catalog'] as core.String?,
featureEnabled: json_['featureEnabled'] as core.bool?,
minimumProducts: json_['minimumProducts'] as core.int?,
);