facetValue property

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

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

Implementation

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