Class: DatadogAPIClient::V2::RumRetentionFiltersOrderRequest

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

Overview

The list of RUM retention filter IDs along with their corresponding type to reorder. All retention filter IDs should be included in the list created for a RUM application.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



28
29
30
# File 'lib/datadog_api_client/v2/models/rum_retention_filters_order_request.rb', line 28

def additional_properties
  @additional_properties
end

#dataObject

A list of RUM retention filter IDs along with type.



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

def data
  @data
end