Class: DatadogAPIClient::V2::RumRateLimitMode

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

Overview

The rate limit mode. custom enforces a fixed session limit, while adaptive dynamically adjusts retention.

Constant Summary collapse

CUSTOM =
"custom".freeze
ADAPTIVE =
"adaptive".freeze

Method Summary

Methods included from BaseEnumModel

included