Class: DatadogAPIClient::V2::RumSdkConfigDynamicOptionStrategy

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

Overview

The strategy used to extract the dynamic value.

Constant Summary collapse

JS =
"js".freeze
"cookie".freeze
DOM =
"dom".freeze
LOCAL_STORAGE =
"localStorage".freeze

Method Summary

Methods included from BaseEnumModel

included