Class: DatadogAPIClient::V2::RumRetentionQuotaConfigUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumRetentionQuotaConfigUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_retention_quota_config_update_attributes.rb
Overview
The RUM retention quota configuration properties to create or update.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#custom ⇒ Object
The configuration used when
modeiscustom. -
#mode ⇒ Object
readonly
The retention quota mode.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_retention_quota_config_update_attributes.rb', line 31 def additional_properties @additional_properties end |
#custom ⇒ Object
The configuration used when mode is custom.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_retention_quota_config_update_attributes.rb', line 25 def custom @custom end |
#mode ⇒ Object
The retention quota mode. custom enforces a fixed session limit.
custom is the only supported mode.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/rum_retention_quota_config_update_attributes.rb', line 29 def mode @mode end |