GoogleCloudRetailV2ProductLevelConfig.fromJson constructor

GoogleCloudRetailV2ProductLevelConfig.fromJson(
  1. Map json_
)

Implementation

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