Class TestCompactionRequest
Inheritance
TestCompactionRequest
Assembly: Seclai.dll
Syntax
public sealed class TestCompactionRequest
Properties
CompactionPrompt
Declaration
[JsonPropertyName("compaction_prompt")]
public string? CompactionPrompt { get; set; }
Property Value
EntryCount
Declaration
[JsonPropertyName("entry_count")]
public int? EntryCount { get; set; }
Property Value
GenerateDirection
Declaration
[JsonPropertyName("generate_direction")]
public string? GenerateDirection { get; set; }
Property Value
SampleEntries
Declaration
[JsonPropertyName("sample_entries")]
public List<string>? SampleEntries { get; set; }
Property Value