GoogleCloudRetailV2ProductLevelConfig.fromJson constructor

GoogleCloudRetailV2ProductLevelConfig.fromJson(
  1. 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,
      );