Class: DatadogAPIClient::V1::SLOTimeSliceComparator
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V1::SLOTimeSliceComparator
 
 
- Includes:
 - BaseEnumModel
 
- Defined in:
 - lib/datadog_api_client/v1/models/slo_time_slice_comparator.rb
 
Overview
The comparator used to compare the SLI value to the threshold.
Constant Summary collapse
- GREATER =
 ">".freeze
- GREATER_EQUAL =
 ">=".freeze
- LESS =
 "<".freeze
- LESS_EQUAL =
 "<=".freeze