Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 854 Bytes

EvalContext.md

File metadata and controls

16 lines (12 loc) · 854 Bytes

EvalContext

Properties

Name Type Description Notes
entity_id str entityID is used to deterministically at random to evaluate the flag result. If it's empty, flagr will randomly generate one. [optional]
entity_type str [optional]
entity_context object [optional]
enable_debug bool [optional]
flag_id int flagID [optional]
flag_key str flagKey. flagID or flagKey will resolve to the same flag. Either works. [optional]
flag_tags list[str] flagTags. flagTags looks up flags by tag. Either works. [optional]

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