Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 822 Bytes

TreatmentRep.md

File metadata and controls

13 lines (10 loc) · 822 Bytes

# TreatmentRep

Properties

Name Type Description Notes
_id string The treatment ID. This is the variation ID from the flag. [optional]
name string The treatment name. This is the variation name from the flag.
allocation_percent string The percentage of traffic allocated to this treatment during the iteration
baseline bool Whether this treatment is the baseline to compare other treatments against [optional]
parameters \LaunchDarklyApi\Model\ParameterRep[] Details on the flag and variation used for this treatment [optional]

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