Class: DatadogAPIClient::V2::RUMEventAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMEventAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_event_attributes.rb
Overview
JSON object containing all event attributes and their associated values.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
JSON object of attributes from RUM events.
-
#service ⇒ Object
The name of the application or service generating RUM events.
-
#tags ⇒ Object
Array of tags associated with your event.
-
#timestamp ⇒ Object
Timestamp of your event.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/rum_event_attributes.rb', line 38 def additional_properties @additional_properties end |
#attributes ⇒ Object
JSON object of attributes from RUM events.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_event_attributes.rb', line 25 def attributes @attributes end |
#service ⇒ Object
The name of the application or service generating RUM events. It is used to switch from RUM to APM, so make sure you define the same value when you use both products.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/rum_event_attributes.rb', line 30 def service @service end |
#tags ⇒ Object
Array of tags associated with your event.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/rum_event_attributes.rb', line 33 def @tags end |
#timestamp ⇒ Object
Timestamp of your event.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/rum_event_attributes.rb', line 36 def @timestamp end |