GoogleCloudRetailV2SearchRequestQueryExpansionSpec constructor

GoogleCloudRetailV2SearchRequestQueryExpansionSpec({
  1. String? condition,
  2. bool? pinUnexpandedResults,
})

Implementation

GoogleCloudRetailV2SearchRequestQueryExpansionSpec({
  this.condition,
  this.pinUnexpandedResults,
});