Class: DatadogAPIClient::V2::DataScalarColumn
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::DataScalarColumn
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/data_scalar_column.rb
 
Overview
A column containing the numerical results for a formula or query.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #meta  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata for the resulting numerical values.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name referencing the formula or query for this column.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of column present for numbers.
 - 
  
    
      #values  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The array of numerical values for one formula or query.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/data_scalar_column.rb', line 36 def additional_properties @additional_properties end  | 
  
#meta ⇒ Object
Metadata for the resulting numerical values.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/data_scalar_column.rb', line 25 def @meta end  | 
  
#name ⇒ Object
The name referencing the formula or query for this column.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/data_scalar_column.rb', line 28 def name @name end  | 
  
#type ⇒ Object
The type of column present for numbers.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/data_scalar_column.rb', line 31 def type @type end  | 
  
#values ⇒ Object
The array of numerical values for one formula or query.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/data_scalar_column.rb', line 34 def values @values end  |