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