Class: DatadogAPIClient::V2::IncidentResponseMetaPagination
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::IncidentResponseMetaPagination
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/incident_response_meta_pagination.rb
 
Overview
Pagination properties.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #next_offset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index of the first element in the next page of results.
 - 
  
    
      #offset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index of the first element in the results.
 - 
  
    
      #size  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum size of pages to return.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      33 34 35  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_response_meta_pagination.rb', line 33 def additional_properties @additional_properties end  | 
  
#next_offset ⇒ Object
The index of the first element in the next page of results. Equal to page size added to the current offset.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_response_meta_pagination.rb', line 25 def next_offset @next_offset end  | 
  
#offset ⇒ Object
The index of the first element in the results.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_response_meta_pagination.rb', line 28 def offset @offset end  | 
  
#size ⇒ Object
Maximum size of pages to return.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_response_meta_pagination.rb', line 31 def size @size end  |