Show / Hide Table of Contents

Class ServerHealth

Health information about the ntfy server.

Inheritance
object
ServerHealth
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ntfy.Responses
Assembly: ntfy.dll
Syntax
public abstract class ServerHealth

Properties

| Improve this Doc View Source

Healthy

Whether the server is healthy.

Declaration
[JsonProperty("healthy")]
public bool Healthy { get; }
Property Value
Type Description
bool
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX