Class ModelAlertResponse
Inheritance
ModelAlertResponse
Assembly: Seclai.dll
Syntax
public sealed class ModelAlertResponse
Properties
AccountId
Declaration
[JsonPropertyName("account_id")]
public string AccountId { get; set; }
Property Value
AgentId
Declaration
[JsonPropertyName("agent_id")]
public string? AgentId { get; set; }
Property Value
AlertType
Declaration
[JsonPropertyName("alert_type")]
public string AlertType { get; set; }
Property Value
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string CreatedAt { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Message
Declaration
[JsonPropertyName("message")]
public string Message { get; set; }
Property Value
ModelName
Declaration
[JsonPropertyName("model_name")]
public string ModelName { get; set; }
Property Value
PromptModelId
Declaration
[JsonPropertyName("prompt_model_id")]
public string PromptModelId { get; set; }
Property Value
ReadAt
Declaration
[JsonPropertyName("read_at")]
public string? ReadAt { get; set; }
Property Value
SuccessorModelName
Declaration
[JsonPropertyName("successor_model_name")]
public string? SuccessorModelName { get; set; }
Property Value