Class: DatadogAPIClient::V2::RUMOperationRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMOperationRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb
Overview
Attributes for creating or updating a RUM operation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#application_id ⇒ Object
The RUM application ID the operation belongs to.
-
#category ⇒ Object
The category of the RUM operation.
-
#description ⇒ Object
A description of the RUM operation.
-
#display_name ⇒ Object
A human-readable display name for the RUM operation.
-
#feature_ids ⇒ Object
The list of feature IDs associated with the RUM operation.
-
#journey_rum ⇒ Object
readonly
The definition of a RUM operation's journey, used to detect it from RUM events.
-
#name ⇒ Object
readonly
The unique name of the RUM operation.
-
#tags ⇒ Object
readonly
A list of tags associated with the RUM operation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb', line 48 def additional_properties @additional_properties end |
#application_id ⇒ Object
The RUM application ID the operation belongs to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb', line 25 def application_id @application_id end |
#category ⇒ Object
The category of the RUM operation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb', line 28 def category @category end |
#description ⇒ Object
A description of the RUM operation.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb', line 31 def description @description end |
#display_name ⇒ Object
A human-readable display name for the RUM operation.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb', line 34 def display_name @display_name end |
#feature_ids ⇒ Object
The list of feature IDs associated with the RUM operation.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb', line 37 def feature_ids @feature_ids end |
#journey_rum ⇒ Object
The definition of a RUM operation's journey, used to detect it from RUM events.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb', line 40 def journey_rum @journey_rum end |
#name ⇒ Object
The unique name of the RUM operation. Must not contain spaces.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb', line 43 def name @name end |
#tags ⇒ Object
A list of tags associated with the RUM operation.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb', line 46 def @tags end |