Class: DatadogAPIClient::V2::RumHardcodedRetentionFilterMeta

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#sourceObject

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_atObject

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_handleObject

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