openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Filters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | Specifies the comparison operator: `eq`, `ne`, `gt`, `gte`, `lt`, `lte`, `in`, `nin`. - `eq`: equals - `ne`: not equal - `gt`: greater than - `gte`: greater than or equal - `lt`: less than - `lte`: less than or equal - `in`: in - `nin`: not in  | 
**key** | **String** | The key to compare against the value. | 
**value** | [**models::ComparisonFilterValue**]ComparisonFilterValue.md |  | 
**filters** | [**Vec<models::ComparisonFilter>**]ComparisonFilter.md | Array of filters to combine. Items can be `ComparisonFilter` or `CompoundFilter`. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)