Class: DatadogAPIClient::V2::ProductAnalyticsJourneyPathTarget

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

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_propertiesObject

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

#startObject

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

#typeObject

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