Table of Contents

Class ReadyResponse

Namespace
Quilt4Net.Toolkit.Features.Health
Assembly
Quilt4Net.Toolkit.dll

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

Dictionary<string, ReadyComponent>

Status

Overall status.

[JsonConverter(typeof(JsonStringEnumConverter))]
public override required ReadyStatus Status { get; init; }

Property Value

ReadyStatus