Class: DatadogAPIClient::V2::LogsListResponseLinks
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::LogsListResponseLinks
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/logs_list_response_links.rb
 
Overview
Links attributes.
Instance Attribute Summary collapse
- 
  
    
      #_next  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Link for the next set of results.
 - 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_next ⇒ Object
Link for the next set of results. Note that the request can also be made using the POST endpoint.
      26 27 28  | 
    
      # File 'lib/datadog_api_client/v2/models/logs_list_response_links.rb', line 26 def _next @_next end  | 
  
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/logs_list_response_links.rb', line 28 def additional_properties @additional_properties end  |