Class: DatadogAPIClient::V2::ProductAnalyticsJourneyPathTarget
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyPathTarget
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_journey_path_target.rb
Overview
A reference to the range of steps between two nodes of the journey.
Instance Attribute Summary collapse
-
#_end ⇒ Object
readonly
Alias of the node the path ends at.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#start ⇒ Object
readonly
Alias of the node the path starts at.
-
#type ⇒ Object
readonly
The discriminator identifying a target that references a range of steps.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
Alias of the node the path ends at.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_path_target.rb', line 25 def _end @_end end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_path_target.rb', line 33 def additional_properties @additional_properties end |
#start ⇒ Object
Alias of the node the path starts at.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_path_target.rb', line 28 def start @start end |
#type ⇒ Object
The discriminator identifying a target that references a range of steps.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_path_target.rb', line 31 def type @type end |