Skip to content

Commit

Permalink
feat(specs): recursive snippets and highlights result (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3497

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Aug 9, 2024
1 parent d858001 commit 2c57c52
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ final class UserHighlightResult {
/// - [Map<String, HighlightResultOption>]
/// - [List<HighlightResultOption>]
/// - [HighlightResultOption]
/// - [Map<String, HighlightResult>]
@JsonKey(name: r'userID')
final dynamic userID;

/// One of types:
/// - [Map<String, HighlightResultOption>]
/// - [List<HighlightResultOption>]
/// - [HighlightResultOption]
/// - [Map<String, HighlightResult>]
@JsonKey(name: r'clusterName')
final dynamic clusterName;

Expand Down

0 comments on commit 2c57c52

Please sign in to comment.