Class CheckResult
Result of component check
public record CheckResult : IEquatable<CheckResult>
- Inheritance
-
CheckResult
- Implements
- Inherited Members
Properties
Message
Optional message information that will be shown in the response.
public string Message { get; init; }
Property Value
Success
True if the check was successful.
public required bool Success { get; init; }