Method: LiteLLMClient::MaxBudget.openapi_any_of
- Defined in:
- lib/litellm_client/models/max_budget.rb
.openapi_any_of ⇒ Object
List of class defined in anyOf (OpenAPI v3)
20 21 22 23 24 25 |
# File 'lib/litellm_client/models/max_budget.rb', line 20 def openapi_any_of [ :'Float', :'Null' ] end |