Class AgentRunAttemptResponse
Inheritance
AgentRunAttemptResponse
Assembly: Seclai.dll
Syntax
public sealed class AgentRunAttemptResponse
Properties
Duration
Declaration
[JsonPropertyName("duration")]
public float? Duration { get; set; }
Property Value
EndedAt
Declaration
[JsonPropertyName("ended_at")]
public string? EndedAt { get; set; }
Property Value
Error
Declaration
[JsonPropertyName("error")]
public string? Error { get; set; }
Property Value
StartedAt
Declaration
[JsonPropertyName("started_at")]
public string? StartedAt { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value