Class ServerHealth
Health information about the ntfy server.
Inherited Members
Namespace: ntfy.Responses
Assembly: ntfy.dll
Syntax
public abstract class ServerHealth
Properties
| Improve this Doc View SourceHealthy
Whether the server is healthy.
Declaration
[JsonProperty("healthy")]
public bool Healthy { get; }
Property Value
Type | Description |
---|---|
bool |