Method: LiteLLMClient::CachePingResponse.openapi_types
- Defined in:
- lib/litellm_client/models/cache_ping_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
53 54 55 56 57 58 59 60 61 62 |
# File 'lib/litellm_client/models/cache_ping_response.rb', line 53 def self.openapi_types { :'status' => :'String', :'cache_type' => :'String', :'ping_response' => :'Boolean', :'set_cache_response' => :'String', :'litellm_cache_params' => :'String', :'health_check_cache_params' => :'Hash<String, Object>' } end |