Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.05 KB

ContextInstances.md

File metadata and controls

13 lines (10 loc) · 1.05 KB

# ContextInstances

Properties

Name Type Description Notes
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources [optional]
total_count int The number of unique context instances [optional]
_environment_id string The environment ID
continuation_token string 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]
items \LaunchDarklyApi\Model\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.

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