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