Class: DatadogAPIClient::V2::RumExclusionFilterMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumExclusionFilterMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_exclusion_filter_meta.rb
Overview
Metadata about the exclusion filter.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#enabled_at ⇒ Object
Unix epoch (in milliseconds) when the exclusion filter was last enabled.
-
#updated_at ⇒ Object
Unix epoch (in milliseconds) of the last update.
-
#updated_by_handle ⇒ Object
Handle of the user who last updated the exclusion filter.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_meta.rb', line 33 def additional_properties @additional_properties end |
#enabled_at ⇒ Object
Unix epoch (in milliseconds) when the exclusion filter was last enabled.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_meta.rb', line 25 def enabled_at @enabled_at end |
#updated_at ⇒ Object
Unix epoch (in milliseconds) of the last update.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_meta.rb', line 28 def updated_at @updated_at end |
#updated_by_handle ⇒ Object
Handle of the user who last updated the exclusion filter.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_meta.rb', line 31 def updated_by_handle @updated_by_handle end |