GoogleCloudRetailV2Control constructor

GoogleCloudRetailV2Control({
  1. List<String>? associatedServingConfigIds,
  2. String? displayName,
  3. String? name,
  4. GoogleCloudRetailV2Rule? rule,
  5. List<String>? searchSolutionUseCase,
  6. List<String>? solutionTypes,
})

Implementation

GoogleCloudRetailV2Control({
  this.associatedServingConfigIds,
  this.displayName,
  this.name,
  this.rule,
  this.searchSolutionUseCase,
  this.solutionTypes,
});