GoogleCloudRetailV2RuleDoNotAssociateAction constructor

GoogleCloudRetailV2RuleDoNotAssociateAction({
  1. List<String>? doNotAssociateTerms,
  2. List<String>? queryTerms,
  3. List<String>? terms,
})

Implementation

GoogleCloudRetailV2RuleDoNotAssociateAction({
  this.doNotAssociateTerms,
  this.queryTerms,
  this.terms,
});