Class: DatadogAPIClient::V2::DemRumNode
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DemRumNode
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/dem_rum_node.rb
Overview
A RUM node within a journey step.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#app_id ⇒ Object
The application ID associated with this node.
-
#id ⇒ Object
The ID of the RUM node element.
-
#query ⇒ Object
readonly
The RUM query for matching this node.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/dem_rum_node.rb', line 33 def additional_properties @additional_properties end |
#app_id ⇒ Object
The application ID associated with this node.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/dem_rum_node.rb', line 25 def app_id @app_id end |
#id ⇒ Object
The ID of the RUM node element.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/dem_rum_node.rb', line 28 def id @id end |
#query ⇒ Object
The RUM query for matching this node.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/dem_rum_node.rb', line 31 def query @query end |