GoogleCloudRetailV2ConditionQueryTerm constructor

GoogleCloudRetailV2ConditionQueryTerm({
  1. bool? fullMatch,
  2. String? value,
})

Implementation

GoogleCloudRetailV2ConditionQueryTerm({
  this.fullMatch,
  this.value,
});