Class: DatadogAPIClient::V1::SLOTimeSliceSpec
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V1::SLOTimeSliceSpec
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v1/models/slo_time_slice_spec.rb
 
Overview
A time-slice SLI specification.
Instance Attribute Summary collapse
- 
  
    
      #time_slice  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The time-slice condition, composed of 3 parts: 1.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#time_slice ⇒ Object
The time-slice condition, composed of 3 parts: 1. the metric timeseries query, 2. the comparator, and 3. the threshold. Optionally, a fourth part, the query interval, can be provided.
      26 27 28  | 
    
      # File 'lib/datadog_api_client/v1/models/slo_time_slice_spec.rb', line 26 def time_slice @time_slice end  |