dynamicFacetableOption property
If DYNAMIC_FACETABLE_ENABLED, attribute values are available for dynamic facet.
Could only be DYNAMIC_FACETABLE_DISABLED if CatalogAttribute.indexable_option is INDEXABLE_DISABLED. Otherwise, an INVALID_ARGUMENT error is returned. Must be specified, otherwise throws INVALID_FORMAT error. Possible string values are:
- "DYNAMIC_FACETABLE_OPTION_UNSPECIFIED" : Value used when unset.
- "DYNAMIC_FACETABLE_ENABLED" : Dynamic facetable option enabled for an attribute.
- "DYNAMIC_FACETABLE_DISABLED" : Dynamic facetable option disabled for an attribute.
Implementation
core.String? dynamicFacetableOption;