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