Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 663 Bytes

FlagEventImpactRep.md

File metadata and controls

27 lines (13 loc) · 663 Bytes

LaunchDarklyApi.FlagEventImpactRep

Properties

Name Type Description Notes
size String The size of the flag event impact. Sizes are defined as: none (0%), small (0-20%), medium (20-80%), large (>80%) [optional]
percentage Number The percentage of the flag event impact [optional]
reason String [optional]
evaluationsSummary EvaluationsSummary [optional]

Enum: SizeEnum

  • none (value: "none")

  • small (value: "small")

  • medium (value: "medium")

  • large (value: "large")