Class: DatadogAPIClient::V2::RUMProductScales

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

Overview

Product Scales configuration for the 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.



30
31
32
# File 'lib/datadog_api_client/v2/models/rum_product_scales.rb', line 30

def additional_properties
  @additional_properties
end

#product_analytics_retention_scaleObject

Product Analytics retention scale configuration.



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

def product_analytics_retention_scale
  @product_analytics_retention_scale
end

#rum_event_processing_scaleObject

RUM event processing scale configuration.



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

def rum_event_processing_scale
  @rum_event_processing_scale
end