Show / Hide Table of Contents

Class ApiSuccess

Inheritance
object
ApiSuccess
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 class ApiSuccess

Properties

| Improve this Doc View Source

Success

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