Class SuggestionsResult
Result of a suggestions query
Inherited Members
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class SuggestionsResult
Properties
Suggestions
The list of suggestions
Declaration
[JsonPropertyName("suggestions")]
public IList<Suggestion> Suggestions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Suggestion> |