Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelStep
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelStep
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb
Overview
A single step of the funnel with its conversion counts and timings.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#elapsed_time_to_next_step ⇒ Object
readonly
Elapsed time statistics (min/max/avg in milliseconds).
-
#groups ⇒ Object
readonly
Breakdown of this step by the requested group-by facets.
-
#label ⇒ Object
readonly
Label of the step, derived from the node alias.
-
#unit ⇒ Object
readonly
Unit of the elapsed time values.
-
#value ⇒ Object
readonly
Value of the computed metric at this step.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 39 def additional_properties @additional_properties end |
#elapsed_time_to_next_step ⇒ Object
Elapsed time statistics (min/max/avg in milliseconds).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 25 def elapsed_time_to_next_step @elapsed_time_to_next_step end |
#groups ⇒ Object
Breakdown of this step by the requested group-by facets.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 28 def groups @groups end |
#label ⇒ Object
Label of the step, derived from the node alias.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 31 def label @label end |
#unit ⇒ Object
Unit of the elapsed time values.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 34 def unit @unit end |
#value ⇒ Object
Value of the computed metric at this step.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 37 def value @value end |