Class UserStats
Statistics about a ntfy user.
Assembly: ntfy.dll
Syntax
Properties
|
Improve this Doc
View Source
AttachmentTotalSize
Declaration
[JsonProperty("attachment_total_size")]
public long? AttachmentTotalSize { get; }
Property Value
|
Improve this Doc
View Source
AttachmentTotalSizeRemaining
Declaration
[JsonProperty("attachment_total_size_remaining")]
public long? AttachmentTotalSizeRemaining { get; }
Property Value
|
Improve this Doc
View Source
Emails
Declaration
[JsonProperty("emails")]
public long? Emails { get; }
Property Value
|
Improve this Doc
View Source
EmailsRemaining
Declaration
[JsonProperty("emails_remaining")]
public long? EmailsRemaining { get; }
Property Value
|
Improve this Doc
View Source
Messages
Declaration
[JsonProperty("messages")]
public long? Messages { get; }
Property Value
|
Improve this Doc
View Source
MessagesRemaining
Declaration
[JsonProperty("messages_remaining")]
public long? MessagesRemaining { get; }
Property Value
|
Improve this Doc
View Source
Reservations
Declaration
[JsonProperty("reservations")]
public long? Reservations { get; }
Property Value
|
Improve this Doc
View Source
ReservationsRemaining
Declaration
[JsonProperty("reservations_remaining")]
public long? ReservationsRemaining { get; }
Property Value