Class: DatadogAPIClient::V2::RetentionFilterCreateRequest

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

Overview

The body of the retention filter to be created.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

The body of the retention filter to be created.



25
26
27
# File 'lib/datadog_api_client/v2/models/retention_filter_create_request.rb', line 25

def data
  @data
end