GoogleCloudRetailV2AttributesConfig constructor
GoogleCloudRetailV2AttributesConfig({
- String? attributeConfigLevel,
- Map<
String, GoogleCloudRetailV2CatalogAttribute> ? catalogAttributes, - String? name,
Implementation
GoogleCloudRetailV2AttributesConfig({
this.attributeConfigLevel,
this.catalogAttributes,
this.name,
});