Class: DatadogAPIClient::V2::RumHardcodedRetentionFilterUpdateData

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_update_data.rb

Overview

The hardcoded retention filter properties to update.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



34
35
36
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_update_data.rb', line 34

def additional_properties
  @additional_properties
end

#attributesObject

The attributes of a hardcoded retention filter that can be updated. Only fields whose matching flag in cross_product_sampling_editability is true can be modified.



26
27
28
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_update_data.rb', line 26

def attributes
  @attributes
end

#idObject

The ID of the hardcoded retention filter. Must match the rf_id path parameter.



29
30
31
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_update_data.rb', line 29

def id
  @id
end

#typeObject

The resource type. The value must be hardcoded_retention_filters.



32
33
34
# File 'lib/datadog_api_client/v2/models/rum_hardcoded_retention_filter_update_data.rb', line 32

def type
  @type
end