Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 955 Bytes

File metadata and controls

26 lines (19 loc) · 955 Bytes

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] [default to undefined]
percentage number The percentage of the flag event impact [optional] [default to undefined]
reason string [optional] [default to undefined]
evaluationsSummary EvaluationsSummary [optional] [default to undefined]

Example

import { FlagEventImpactRep } from 'launchdarkly-api-typescript';

const instance: FlagEventImpactRep = {
    size,
    percentage,
    reason,
    evaluationsSummary,
};

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