Search Results for

    Show / Hide Table of Contents

    Class DocsSearchResultResponse

    Inheritance
    object
    DocsSearchResultResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class DocsSearchResultResponse

    Properties

    Anchor

    Declaration
    [JsonPropertyName("anchor")]
    public string? Anchor { get; set; }
    Property Value
    Type Description
    string

    DocSlug

    Declaration
    [JsonPropertyName("doc_slug")]
    public string DocSlug { get; set; }
    Property Value
    Type Description
    string

    Highlight

    Declaration
    [JsonPropertyName("highlight")]
    public string? Highlight { get; set; }
    Property Value
    Type Description
    string

    Score

    Declaration
    [JsonPropertyName("score")]
    public double Score { get; set; }
    Property Value
    Type Description
    double

    Snippet

    Declaration
    [JsonPropertyName("snippet")]
    public string? Snippet { get; set; }
    Property Value
    Type Description
    string

    Title

    Declaration
    [JsonPropertyName("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX