Class SuggestionsResult
Result of a suggestions request
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class SuggestionsResult
Properties
ChangeTrackingVersion
The change tracking version of the object index
Declaration
[JsonPropertyName("changeTrackingVersion")]
public long? ChangeTrackingVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Suggestions
The list of suggestions
Declaration
[JsonPropertyName("suggestions")]
public IList<Suggestion> Suggestions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Suggestion> |