Class CreateMemoryBankRequest
Inheritance
CreateMemoryBankRequest
Assembly: Seclai.dll
Syntax
public sealed class CreateMemoryBankRequest
Properties
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
SolutionId
Declaration
[JsonPropertyName("solution_id")]
public string? SolutionId { get; set; }
Property Value
Type
Declaration
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value