Property RateLimitBps
RateLimitBps
The rate at which messages will be delivered to clients, expressed in bit per second
[JsonPropertyName("rate_limit_bps")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(0, 9.223372036854776E+18)]
public long RateLimitBps { get; set; }