Class: DatadogAPIClient::V2::ConditionOperator

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/condition_operator.rb

Overview

The operator used in a targeting condition.

Constant Summary collapse

LT =
"LT".freeze
LTE =
"LTE".freeze
GT =
"GT".freeze
GTE =
"GTE".freeze
MATCHES =
"MATCHES".freeze
NOT_MATCHES =
"NOT_MATCHES".freeze
ONE_OF =
"ONE_OF".freeze
NOT_ONE_OF =
"NOT_ONE_OF".freeze
IS_NULL =
"IS_NULL".freeze
EQUALS =
"EQUALS".freeze

Method Summary

Methods included from BaseEnumModel

included