Class: DatadogAPIClient::V2::RumRetentionQuotaConfigAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumRetentionQuotaConfigAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_retention_quota_config_attributes.rb
Overview
The RUM retention quota configuration properties.
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.
-
#org_id ⇒ Object
readonly
The ID of the organization the retention quota configuration belongs to.
-
#updated_at ⇒ Object
The date the retention quota configuration was last updated.
-
#updated_by ⇒ Object
The handle of the user who last updated the retention quota configuration.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/rum_retention_quota_config_attributes.rb', line 40 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_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_attributes.rb', line 29 def mode @mode end |
#org_id ⇒ Object
The ID of the organization the retention quota configuration belongs to.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/rum_retention_quota_config_attributes.rb', line 32 def org_id @org_id end |
#updated_at ⇒ Object
The date the retention quota configuration was last updated.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/rum_retention_quota_config_attributes.rb', line 35 def updated_at @updated_at end |
#updated_by ⇒ Object
The handle of the user who last updated the retention quota configuration.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/rum_retention_quota_config_attributes.rb', line 38 def updated_by @updated_by end |