Show / Hide Table of Contents

Class UserInfo

Information about a ntfy user.

Inheritance
object
UserInfo
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 UserInfo

Properties

| Improve this Doc View Source

Limits

Declaration
[JsonProperty("limits")]
public UserLimits? Limits { get; }
Property Value
Type Description
UserLimits
| Improve this Doc View Source

Role

Declaration
[JsonProperty("role")]
public string? Role { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Stats

Declaration
[JsonProperty("stats")]
public UserStats? Stats { get; }
Property Value
Type Description
UserStats
| Improve this Doc View Source

SyncTopic

Declaration
[JsonProperty("sync_topic")]
public string? SyncTopic { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Username

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