Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.21 KB

ContextInstanceRecord.md

File metadata and controls

18 lines (13 loc) · 1.21 KB

ContextInstanceRecord

Properties

Name Type Description Notes
id str The context instance ID
context bool, date, datetime, dict, float, int, list, str, none_type The context, including its kind and attributes
last_seen datetime Timestamp of the last time an evaluation occurred for this context instance [optional]
application_id str An identifier representing the application where the LaunchDarkly SDK is running [optional]
anonymous_kinds [str] A list of the context kinds this context was associated with that the SDK removed because they were marked as anonymous at flag evaluation [optional]
links {str: (Link,)} The location and content type of related resources [optional]
access Access [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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