GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig.fromJson constructor
GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig.fromJson(
core.Map json_)
: this(
contextProductsType: json_.containsKey('contextProductsType')
? json_['contextProductsType'] as core.String
: null,
);