Show / Hide Table of Contents

Class UserLimits

Limits for a ntfy user.

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

Properties

| Improve this Doc View Source

AttachmentBandwidth

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

AttachmentExpiryDuration

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

AttachmentFileSize

Declaration
[JsonProperty("attachment_file_size")]
public long? AttachmentFileSize { get; }
Property Value
Type Description
long?
| 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

Basic

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

Emails

Declaration
[JsonProperty("emails")]
public long? Emails { 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

MessagesExpiryDuration

Declaration
[JsonProperty("messages_expiry_duration")]
public long? MessagesExpiryDuration { 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
In This Article
Back to top Generated by DocFX