Class UserLimits
Assembly: ntfy.dll
Syntax
Properties
|
Improve this Doc
View Source
AttachmentBandwidth
Declaration
[JsonProperty("attachment_bandwidth")]
public long? AttachmentBandwidth { get; }
Property Value
|
Improve this Doc
View Source
AttachmentExpiryDuration
Declaration
[JsonProperty("attachment_expiry_duration")]
public long? AttachmentExpiryDuration { get; }
Property Value
|
Improve this Doc
View Source
AttachmentFileSize
Declaration
[JsonProperty("attachment_file_size")]
public long? AttachmentFileSize { get; }
Property Value
|
Improve this Doc
View Source
AttachmentTotalSize
Declaration
[JsonProperty("attachment_total_size")]
public long? AttachmentTotalSize { get; }
Property Value
|
Improve this Doc
View Source
Basic
Declaration
[JsonProperty("basic")]
public string? Basic { get; }
Property Value
|
Improve this Doc
View Source
Emails
Declaration
[JsonProperty("emails")]
public long? Emails { get; }
Property Value
|
Improve this Doc
View Source
Messages
Declaration
[JsonProperty("messages")]
public long? Messages { get; }
Property Value
|
Improve this Doc
View Source
MessagesExpiryDuration
Declaration
[JsonProperty("messages_expiry_duration")]
public long? MessagesExpiryDuration { get; }
Property Value
|
Improve this Doc
View Source
Reservations
Declaration
[JsonProperty("reservations")]
public long? Reservations { get; }
Property Value