facets property

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

Facets for which to retrieve facet values that match the search criteria and the number of matching facet values. To retrieve all facets, use the wildcard character *. For more information, see facets.

Implementation

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