facetName property

  1. @JsonKey(name: r'facetName')
String facetName
final

Facet attribute. To be used in combination with facetValue. If specified, only recommendations matching the facet filter will be returned.

Implementation

@JsonKey(name: r'facetName')
final String facetName;