Class: DatadogAPIClient::V2::ProductAnalyticsJourneySearchGraphFilter

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#nameObject

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

#operatorObject

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

#targetObject

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

#valueObject

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