Class: DatadogAPIClient::V2::APIKeysResponseMeta
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::APIKeysResponseMeta
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/api_keys_response_meta.rb
 
Overview
Additional information related to api keys response.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #max_allowed  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Max allowed number of API keys.
 - 
  
    
      #page  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Additional information related to the API keys response.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      30 31 32  | 
    
      # File 'lib/datadog_api_client/v2/models/api_keys_response_meta.rb', line 30 def additional_properties @additional_properties end  | 
  
#max_allowed ⇒ Object
Max allowed number of API keys.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/api_keys_response_meta.rb', line 25 def max_allowed @max_allowed end  | 
  
#page ⇒ Object
Additional information related to the API keys response.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/api_keys_response_meta.rb', line 28 def page @page end  |