Class: DatadogAPIClient::V2::QueryFormula
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::QueryFormula
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/query_formula.rb
 
Overview
A formula for calculation based on one or more queries.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #formula  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Formula string, referencing one or more queries with their name property.
 - 
  
    
      #limit  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Message for specifying limits to the number of values returned by a query.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/query_formula.rb', line 31 def additional_properties @additional_properties end  | 
  
#formula ⇒ Object
Formula string, referencing one or more queries with their name property.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/query_formula.rb', line 25 def formula @formula end  | 
  
#limit ⇒ Object
Message for specifying limits to the number of values returned by a query. This limit is only for scalar queries and has no effect on timeseries queries.
      29 30 31  | 
    
      # File 'lib/datadog_api_client/v2/models/query_formula.rb', line 29 def limit @limit end  |