Show / Hide Table of Contents

Class UserStats

Statistics about a ntfy user.

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

Properties

| Improve this Doc View Source

AttachmentTotalSize

Declaration
[JsonProperty("attachment_total_size")]
public long? AttachmentTotalSize { get; }
Property Value
Type Description
long?
| Improve this Doc View Source

AttachmentTotalSizeRemaining

Declaration
[JsonProperty("attachment_total_size_remaining")]
public long? AttachmentTotalSizeRemaining { get; }
Property Value
Type Description
long?
| Improve this Doc View Source

Emails

Declaration
[JsonProperty("emails")]
public long? Emails { get; }
Property Value
Type Description
long?
| Improve this Doc View Source

EmailsRemaining

Declaration
[JsonProperty("emails_remaining")]
public long? EmailsRemaining { get; }
Property Value
Type Description
long?
| Improve this Doc View Source

Messages

Declaration
[JsonProperty("messages")]
public long? Messages { get; }
Property Value
Type Description
long?
| Improve this Doc View Source

MessagesRemaining

Declaration
[JsonProperty("messages_remaining")]
public long? MessagesRemaining { get; }
Property Value
Type Description
long?
| Improve this Doc View Source

Reservations

Declaration
[JsonProperty("reservations")]
public long? Reservations { get; }
Property Value
Type Description
long?
| Improve this Doc View Source

ReservationsRemaining

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