Class: DatadogAPIClient::V2::ListFindingsMeta
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::ListFindingsMeta
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/list_findings_meta.rb
 
Overview
Metadata for pagination.
Instance Attribute Summary collapse
- 
  
    
      #page  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pagination and findings count information.
 - 
  
    
      #snapshot_timestamp  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The point in time corresponding to the listed findings.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#page ⇒ Object
Pagination and findings count information.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/list_findings_meta.rb', line 25 def page @page end  | 
  
#snapshot_timestamp ⇒ Object
The point in time corresponding to the listed findings.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/list_findings_meta.rb', line 28 def @snapshot_timestamp end  |