Class AgentSummaryResponse
Inheritance
AgentSummaryResponse
Assembly: Seclai.dll
Syntax
public sealed class AgentSummaryResponse
Properties
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
IsPublic
Declaration
[JsonPropertyName("is_public")]
public bool IsPublic { 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
Declaration
[JsonPropertyName("tags")]
public List<string>? Tags { get; set; }
Property Value
UpdatedAt
Declaration
[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; set; }
Property Value