Property MaxConsumers
MaxConsumers
The maximum number of Consumer an account can create
[JsonPropertyName("max_consumers")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 2147483647)]
public int MaxConsumers { get; set; }
The maximum number of Consumer an account can create
[JsonPropertyName("max_consumers")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 2147483647)]
public int MaxConsumers { get; set; }