GoogleCloudRetailV2ProductAttributeInterval constructor

GoogleCloudRetailV2ProductAttributeInterval({
  1. GoogleCloudRetailV2Interval? interval,
  2. String? name,
})

Implementation

GoogleCloudRetailV2ProductAttributeInterval({
  this.interval,
  this.name,
});