Class ReadyResponse
Response for Ready.
public record ReadyResponse : ResponseBase<ReadyStatus>, IEquatable<ResponseBase<ReadyStatus>>, IEquatable<ReadyResponse>
- Inheritance
-
ReadyResponse
- Implements
- Inherited Members
Properties
Components
Components that have been checked.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public required Dictionary<string, ReadyComponent> Components { get; init; }
Property Value
Status
Overall status.
[JsonConverter(typeof(JsonStringEnumConverter))]
public override required ReadyStatus Status { get; init; }