GoogleCloudRetailV2ProductAttributeValue constructor

GoogleCloudRetailV2ProductAttributeValue({
  1. String? name,
  2. String? value,
})

Implementation

GoogleCloudRetailV2ProductAttributeValue({this.name, this.value});