GoogleCloudRetailV2ExperimentInfo constructor

GoogleCloudRetailV2ExperimentInfo({
  1. String? experiment,
  2. GoogleCloudRetailV2ExperimentInfoServingConfigExperiment? servingConfigExperiment,
})

Implementation

GoogleCloudRetailV2ExperimentInfo({
  this.experiment,
  this.servingConfigExperiment,
});