Class ChangeStatusRequest
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class ChangeStatusRequest
Properties
Note
Declaration
[JsonPropertyName("note")]
public string? Note { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |