Class GatewaySessionStartLimit  
  
  
    - Namespace
- NetCord.Rest
- Assembly
- NetCord.dll
 
  
  
  
    public class GatewaySessionStartLimit : IJsonModel<JsonGatewaySessionStartLimit>
   
  
    - Inheritance
- 
      
      GatewaySessionStartLimit 
    - Implements
- 
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Constructors
  
  
  GatewaySessionStartLimit(JsonGatewaySessionStartLimit)
  
  
  
  
  
    public GatewaySessionStartLimit(JsonGatewaySessionStartLimit jsonModel)
   
  Parameters
  
    - jsonModelJsonGatewaySessionStartLimit
Properties
  
  
  MaxConcurrency
  
  
  
  
  
    public int MaxConcurrency { get; }
   
  Property Value
  
    - int
  Remaining
  
  
  
  
  
    public int Remaining { get; }
   
  Property Value
  
    - int
  ResetAfter
  
  
  
  
  
    public TimeSpan ResetAfter { get; }
   
  Property Value
  
    - TimeSpan
  Total
  
  
  
  
  
    public int Total { get; }
   
  Property Value
  
    - int