Class: DatadogAPIClient::V2::RumHardcodedRetentionFilterMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumHardcodedRetentionFilterMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_meta.rb
Overview
Metadata about the hardcoded retention filter.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#source ⇒ Object
The source of the last update to a hardcoded retention filter.
-
#updated_at ⇒ Object
Unix epoch (in milliseconds) of the last update.
-
#updated_by_handle ⇒ Object
Handle of the user who last updated the 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_hardcoded_retention_filter_meta.rb', line 33 def additional_properties @additional_properties end |
#source ⇒ Object
The source of the last update to a hardcoded retention filter.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_meta.rb', line 25 def source @source end |
#updated_at ⇒ Object
Unix epoch (in milliseconds) of the last update.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_meta.rb', line 28 def updated_at @updated_at end |
#updated_by_handle ⇒ Object
Handle of the user who last updated the filter.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_meta.rb', line 31 def updated_by_handle @updated_by_handle end |