Class: DatadogAPIClient::V1::FunnelStep
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::FunnelStep
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/funnel_step.rb
Overview
The funnel step.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#facet ⇒ Object
readonly
The facet of the step.
-
#value ⇒ Object
readonly
The value of the step.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/funnel_step.rb', line 30 def additional_properties @additional_properties end |
#facet ⇒ Object
The facet of the step.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/funnel_step.rb', line 25 def facet @facet end |
#value ⇒ Object
The value of the step.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/funnel_step.rb', line 28 def value @value end |