GoogleCloudRetailV2AttributesConfig constructor

GoogleCloudRetailV2AttributesConfig({
  1. String? attributeConfigLevel,
  2. Map<String, GoogleCloudRetailV2CatalogAttribute>? catalogAttributes,
  3. String? name,
})

Implementation

GoogleCloudRetailV2AttributesConfig({
  this.attributeConfigLevel,
  this.catalogAttributes,
  this.name,
});