attributesToSnippet property

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

Attributes to snippet. 'Snippeting' is shortening the attribute to a certain number of words. If not specified, the attribute is shortened to the 10 words around the matching string but you can specify the number. For example: body:20.

Implementation

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