Skip to content

Commit 2c57c52

Browse files
feat(specs): recursive snippets and highlights result (generated)
algolia/api-clients-automation#3497 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent d858001 commit 2c57c52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/client_search/lib/src/model/user_highlight_result.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ final class UserHighlightResult {
1717
/// - [Map<String, HighlightResultOption>]
1818
/// - [List<HighlightResultOption>]
1919
/// - [HighlightResultOption]
20+
/// - [Map<String, HighlightResult>]
2021
@JsonKey(name: r'userID')
2122
final dynamic userID;
2223

2324
/// One of types:
2425
/// - [Map<String, HighlightResultOption>]
2526
/// - [List<HighlightResultOption>]
2627
/// - [HighlightResultOption]
28+
/// - [Map<String, HighlightResult>]
2729
@JsonKey(name: r'clusterName')
2830
final dynamic clusterName;
2931

0 commit comments

Comments
 (0)