Name | Type | Description | Notes |
---|---|---|---|
filter | str | A collection of context instance filters | [optional] |
sort | str | Specifies a field by which to sort. LaunchDarkly supports sorting by timestamp in ascending order by specifying <code>ts</code> for this value, or descending order by specifying <code>-ts</code>. | [optional] |
limit | int | Specifies the maximum number of items in the collection to return (max: 50, default: 20) | [optional] |
continuation_token | str | Limits results to context instances with sort values after the value specified. You can use this for pagination, however, we recommend using the <code>next</code> link instead, because this value is an obfuscated string. | [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] |