Class CreateKnowledgeBaseRequest
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class CreateKnowledgeBaseRequest
Properties
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SolutionId
Declaration
[JsonPropertyName("solution_id")]
public string? SolutionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |