attributesForFaceting property

  1. @JsonKey(name: r'attributesForFaceting')
List<String>? attributesForFaceting
final

Attributes used for faceting and the modifiers that can be applied: filterOnly, searchable, and afterDistinct.

Implementation

@JsonKey(name: r'attributesForFaceting')
final List<String>? attributesForFaceting;