Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 718 Bytes

FlagEventImpactRep.md

File metadata and controls

27 lines (15 loc) · 718 Bytes

FlagEventImpactRep

Properties

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

Enum: SizeEnum

Name Value
NONE "none"
SMALL "small"
MEDIUM "medium"
LARGE "large"