GoogleCloudRetailV2CustomAttribute constructor

GoogleCloudRetailV2CustomAttribute({
  1. bool? indexable,
  2. List<double>? numbers,
  3. bool? searchable,
  4. List<String>? text,
})

Implementation

GoogleCloudRetailV2CustomAttribute({
  this.indexable,
  this.numbers,
  this.searchable,
  this.text,
});