Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.19 KB

ContextRecord.md

File metadata and controls

17 lines (12 loc) · 1.19 KB

ContextRecord

Properties

Name Type Description Notes
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 [optional]
application_id str An identifier representing the application where the LaunchDarkly SDK is running [optional]
links {str: (Link,)} The location and content type of related resources [optional]
access Access [optional]
associated_contexts int The total number of associated contexts. Associated contexts are contexts that have appeared in the same context instance, that is, they were part of the same flag evaluation. [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]