Class: DatadogAPIClient::V2::RumRetentionQuotaConfigAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#customObject

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

#modeObject

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_idObject

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_atObject

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_byObject

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