Class: DatadogAPIClient::V2::TimeseriesResponseSeries
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::TimeseriesResponseSeries
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/timeseries_response_series.rb
 
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #group_tags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of tags that apply to a single response value.
 - 
  
    
      #query_index  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The index of the query in the “formulas” array (or “queries” array if no “formulas” was specified).
 - 
  
    
      #unit  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Detailed information about the unit.
 
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/timeseries_response_series.rb', line 36 def additional_properties @additional_properties end  | 
  
#group_tags ⇒ Object
List of tags that apply to a single response value.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/timeseries_response_series.rb', line 25 def @group_tags end  | 
  
#query_index ⇒ Object
The index of the query in the “formulas” array (or “queries” array if no “formulas” was specified).
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/timeseries_response_series.rb', line 28 def query_index @query_index end  | 
  
#unit ⇒ Object
Detailed information about the unit. The first element describes the “primary unit” (for example, ‘bytes` in `bytes per second`). The second element describes the “per unit” (for example, `second` in `bytes per second`). If the second element is not present, the API returns null.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/timeseries_response_series.rb', line 34 def unit @unit end  |