Class: DatadogAPIClient::V2::PowerpacksResponseMetaPagination
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::PowerpacksResponseMetaPagination
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb
 
Overview
Powerpack response pagination metadata.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #first_offset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The first offset.
 - 
  
    
      #last_offset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last offset.
 - 
  
    
      #limit  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pagination limit.
 - 
  
    
      #next_offset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The next offset.
 - 
  
    
      #offset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The offset.
 - 
  
    
      #prev_offset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The previous offset.
 - 
  
    
      #total  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Total results.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Offset type.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      48 49 50  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb', line 48 def additional_properties @additional_properties end  | 
  
#first_offset ⇒ Object
The first offset.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb', line 25 def first_offset @first_offset end  | 
  
#last_offset ⇒ Object
The last offset.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb', line 28 def last_offset @last_offset end  | 
  
#limit ⇒ Object
Pagination limit.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb', line 31 def limit @limit end  | 
  
#next_offset ⇒ Object
The next offset.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb', line 34 def next_offset @next_offset end  | 
  
#offset ⇒ Object
The offset.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb', line 37 def offset @offset end  | 
  
#prev_offset ⇒ Object
The previous offset.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb', line 40 def prev_offset @prev_offset end  | 
  
#total ⇒ Object
Total results.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb', line 43 def total @total end  | 
  
#type ⇒ Object
Offset type.
      46 47 48  | 
    
      # File 'lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb', line 46 def type @type end  |