Class JsonGatewaySessionStartLimit
- Namespace
- NetCord.Rest.JsonModels
- Assembly
- NetCord.dll
public class JsonGatewaySessionStartLimit
- Inheritance
-
JsonGatewaySessionStartLimit
- Inherited Members
-
Constructors
JsonGatewaySessionStartLimit()
public JsonGatewaySessionStartLimit()
Properties
MaxConcurrency
[JsonPropertyName("max_concurrency")]
public int MaxConcurrency { get; set; }
Property Value
- int
Remaining
[JsonPropertyName("remaining")]
public int Remaining { get; set; }
Property Value
- int
ResetAfter
[JsonPropertyName("reset_after")]
public int ResetAfter { get; set; }
Property Value
- int
Total
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value
- int