restrictSearchableAttributes property
Restricts a query to only look at a subset of your searchable attributes.
Implementation
@JsonKey(name: r'restrictSearchableAttributes')
final List<String>? restrictSearchableAttributes;
Restricts a query to only look at a subset of your searchable attributes.
@JsonKey(name: r'restrictSearchableAttributes')
final List<String>? restrictSearchableAttributes;