Class: DatadogAPIClient::V1::TableWidgetTextFormatMatchType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::TableWidgetTextFormatMatchType
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v1/models/table_widget_text_format_match_type.rb
Overview
Match or compare option.
Constant Summary collapse
- IS =
"is".freeze
- IS_NOT =
"is_not".freeze
- CONTAINS =
"contains".freeze
- DOES_NOT_CONTAIN =
"does_not_contain".freeze
- STARTS_WITH =
"starts_with".freeze
- ENDS_WITH =
"ends_with".freeze