GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig.fromJson constructor

GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig.fromJson(
    core.Map json_)
    : this(
        contextProductsType: json_['contextProductsType'] as core.String?,
      );