catalogAttributes property

Map<String, GoogleCloudRetailV2CatalogAttribute>? catalogAttributes
getter/setter pair

Enable attribute(s) config at catalog level.

For example, indexable, dynamic_facetable, or searchable for each attribute. The key is catalog attribute's name. For example: color, brands, attributes.custom_attribute, such as attributes.xyz. The maximum number of catalog attributes allowed in a request is 1000.

Implementation

core.Map<core.String, GoogleCloudRetailV2CatalogAttribute>? catalogAttributes;