Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 814 Bytes

Rule.md

File metadata and controls

15 lines (12 loc) · 814 Bytes

# Rule

Properties

Name Type Description Notes
_id string The flag rule ID [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]