Class: DatadogAPIClient::V2::ProductAnalyticsJourneySearch

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

Overview

Defines the steps of the journey and the filters applied to it.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



37
38
39
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 37

def additional_properties
  @additional_properties
end

#expressionObject

Expression combining the node aliases in order, for example A -> B -> C.



25
26
27
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 25

def expression
  @expression
end

#filtersObject

Filters applied on top of the journey step expression.



28
29
30
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 28

def filters
  @filters
end

#join_keysObject

Identity join keys used to stitch events belonging to the same user or session.



31
32
33
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 31

def join_keys
  @join_keys
end

#node_objectsObject

Map of node alias to the query matching that step of the journey. Every alias used in expression must have an entry here.



35
36
37
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 35

def node_objects
  @node_objects
end