Class: DatadogAPIClient::V2::DemRumStep
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DemRumStep
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dem_rum_step.rb
Overview
A single step in a RUM journey definition.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#nodes ⇒ Object
readonly
List of RUM nodes within a journey step.
-
#type ⇒ Object
readonly
The type of a RUM journey 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/v2/models/dem_rum_step.rb', line 30 def additional_properties @additional_properties end |
#nodes ⇒ Object
List of RUM nodes within a journey step.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dem_rum_step.rb', line 25 def nodes @nodes end |
#type ⇒ Object
The type of a RUM journey step.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/dem_rum_step.rb', line 28 def type @type end |