Class DocsSearchResultResponse
Inheritance
DocsSearchResultResponse
Assembly: Seclai.dll
Syntax
public sealed class DocsSearchResultResponse
Properties
Anchor
Declaration
[JsonPropertyName("anchor")]
public string? Anchor { get; set; }
Property Value
DocSlug
Declaration
[JsonPropertyName("doc_slug")]
public string DocSlug { get; set; }
Property Value
Highlight
Declaration
[JsonPropertyName("highlight")]
public string? Highlight { get; set; }
Property Value
Score
Declaration
[JsonPropertyName("score")]
public double Score { get; set; }
Property Value
Snippet
Declaration
[JsonPropertyName("snippet")]
public string? Snippet { get; set; }
Property Value
Title
Declaration
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value