Class: DatadogAPIClient::V2::RUMEventProcessingScale
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMEventProcessingScale
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_event_processing_scale.rb
Overview
RUM event processing scale configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#last_modified_at ⇒ Object
Timestamp in milliseconds when this scale was last modified.
-
#state ⇒ Object
Configures which RUM events are processed and stored for the application.
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/rum_event_processing_scale.rb', line 30 def additional_properties @additional_properties end |
#last_modified_at ⇒ Object
Timestamp in milliseconds when this scale was last modified.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_event_processing_scale.rb', line 25 def last_modified_at @last_modified_at end |
#state ⇒ Object
Configures which RUM events are processed and stored for the application.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_event_processing_scale.rb', line 28 def state @state end |