Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.19 KB

ContextInstances.md

File metadata and controls

16 lines (11 loc) · 1.19 KB

ContextInstances

Properties

Name Type Description Notes
environment_id str The environment ID
items [ContextInstanceRecord] A collection of context instances. Can include multiple versions of context instances that have the same <code>id</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 unique context instances [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]