Module: LaunchDarkly::Interfaces::DataSystem::ObjectKind
- Defined in:
- lib/ldclient-rb/interfaces/data_system.rb
Overview
ObjectKind represents the kind of object.
Constant Summary collapse
- FLAG =
Represents a feature flag.
"flag"- SEGMENT =
Represents a segment.
"segment"