Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.2 KB

Contexts.md

File metadata and controls

16 lines (11 loc) · 1.2 KB

Contexts

Properties

Name Type Description Notes
environment_id str The environment ID where the context was evaluated
items [ContextRecord] A collection of contexts. Can include multiple versions of contexts that have the same <code>kind</code> and <code>key</code>, but different <code>applicationId</code>s.
links {str: (Link,)} The location and content type of related resources [optional]
total_count int The number of contexts [optional]
continuation_token str An obfuscated string that references the last context instance on the previous page of results. You can use this for pagination, however, we recommend using the <code>next</code> link instead. [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]