Class: DatadogAPIClient::V2::ProductAnalyticsJourneySearchGraphFilterOperator

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

Overview

Comparison operator applied to the graph filter value.

Constant Summary collapse

EQUAL =
"=".freeze
LESS_THAN =
"<".freeze
GREATER_THAN =
">".freeze
LESS_THAN_OR_EQUAL =
"<=".freeze
GREATER_THAN_OR_EQUAL =
">=".freeze

Method Summary

Methods included from BaseEnumModel

included