Class: DatadogAPIClient::V2::ProductAnalyticsJourneySearchGraphFilter
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneySearchGraphFilter
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_journey_search_graph_filter.rb
Overview
A filter applied to a step, or a range of steps, of the journey graph.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
readonly
The journey-level metric the graph filter applies to.
-
#operator ⇒ Object
readonly
Comparison operator applied to the graph filter value.
-
#target ⇒ Object
A reference to a step, or a range of steps, in the journey.
-
#value ⇒ Object
readonly
Value compared against the metric.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search_graph_filter.rb', line 38 def additional_properties @additional_properties end |
#name ⇒ Object
The journey-level metric the graph filter applies to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search_graph_filter.rb', line 25 def name @name end |
#operator ⇒ Object
Comparison operator applied to the graph filter value.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search_graph_filter.rb', line 28 def operator @operator end |
#target ⇒ Object
A reference to a step, or a range of steps, in the journey.
Use a node target to name a single step, or a path target to name the range
between two steps.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search_graph_filter.rb', line 33 def target @target end |
#value ⇒ Object
Value compared against the metric. Durations are expressed in milliseconds.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search_graph_filter.rb', line 36 def value @value end |