Class: DatadogAPIClient::V2::RumPermanentRetentionFilterEditability
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumPermanentRetentionFilterEditability
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_permanent_retention_filter_editability.rb
Overview
Indicates which cross-product fields of a permanent RUM retention filter can be updated.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#trace_editable ⇒ Object
Whether the APM trace cross-product configuration of the filter can be updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/rum_permanent_retention_filter_editability.rb', line 27 def additional_properties @additional_properties end |
#trace_editable ⇒ Object
Whether the APM trace cross-product configuration of the filter can be updated.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_permanent_retention_filter_editability.rb', line 25 def trace_editable @trace_editable end |