Class: DatadogAPIClient::V2::RUMOperationResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMOperationResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb
Overview
Attributes of a RUM operation response.
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.
-
#created_at ⇒ Object
The timestamp when the RUM operation was created.
-
#created_by ⇒ Object
A Datadog user referenced by a 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.
-
#org_id ⇒ Object
The ID of the organization the RUM operation belongs to.
-
#tags ⇒ Object
readonly
A list of tags associated with the RUM operation.
-
#updated_at ⇒ Object
The timestamp when the RUM operation was last updated.
-
#updated_by ⇒ Object
A Datadog user referenced by a RUM operation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 63 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_response_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_response_attributes.rb', line 28 def category @category end |
#created_at ⇒ Object
The timestamp when the RUM operation was created.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 31 def created_at @created_at end |
#created_by ⇒ Object
A Datadog user referenced by a RUM operation.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 34 def created_by @created_by end |
#description ⇒ Object
A description of the RUM operation.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 37 def description @description end |
#display_name ⇒ Object
A human-readable display name for the RUM operation.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 40 def display_name @display_name end |
#feature_ids ⇒ Object
The list of feature IDs associated with the RUM operation.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 43 def feature_ids @feature_ids end |
#journey_rum ⇒ Object
The definition of a RUM operation's journey, used to detect it from RUM events.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 46 def journey_rum @journey_rum end |
#name ⇒ Object
The unique name of the RUM operation. Must not contain spaces.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 49 def name @name end |
#org_id ⇒ Object
The ID of the organization the RUM operation belongs to.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 52 def org_id @org_id end |
#tags ⇒ Object
A list of tags associated with the RUM operation.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 55 def @tags end |
#updated_at ⇒ Object
The timestamp when the RUM operation was last updated.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 58 def updated_at @updated_at end |
#updated_by ⇒ Object
A Datadog user referenced by a RUM operation.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb', line 61 def updated_by @updated_by end |