GoogleCloudRetailV2SafetySetting constructor

GoogleCloudRetailV2SafetySetting({
  1. String? category,
  2. String? method,
  3. String? threshold,
})

Implementation

GoogleCloudRetailV2SafetySetting({
  this.category,
  this.method,
  this.threshold,
});