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