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