Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 882 Bytes

File metadata and controls

16 lines (13 loc) · 882 Bytes

# Rule

Properties

Name Type Description Notes
_id string The flag rule ID [optional]
disabled bool Whether the rule is disabled [optional]
variation int The index of the variation, from the array of variations for this flag [optional]
rollout \LaunchDarklyApi\Model\Rollout [optional]
clauses \LaunchDarklyApi\Model\Clause[] An array of clauses used for individual targeting based on attributes
track_events bool Whether LaunchDarkly tracks events for this rule
description string The rule description [optional]
ref string [optional]

[Back to Model list] [Back to API list] [Back to README]