Class: DatadogAPIClient::V2::RumExclusionFilterMeta

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

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_exclusion_filter_meta.rb', line 33

def additional_properties
  @additional_properties
end

#enabled_atObject

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_atObject

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_handleObject

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