Class: DatadogAPIClient::V2::ValueType

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

Overview

The type of values for the feature flag variants.

Constant Summary collapse

BOOLEAN =
"BOOLEAN".freeze
INTEGER =
"INTEGER".freeze
NUMERIC =
"NUMERIC".freeze
STRING =
"STRING".freeze
JSON =
"JSON".freeze

Method Summary

Methods included from BaseEnumModel

included