Search Results for

    Show / Hide Table of Contents

    Class SuggestionsResult

    Result of a suggestions query

    Inheritance
    object
    SuggestionsResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>
    In this article
    Back to top Version 6.1.0.21rc