Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 922 Bytes

Contexts.md

File metadata and controls

13 lines (9 loc) · 922 Bytes

LaunchDarklyApi.Contexts

Properties

Name Type Description Notes
links {String: Link} The location and content type of related resources [optional]
totalCount Number The number of contexts [optional]
environmentId String The environment ID where the context was evaluated
continuationToken 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 [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.