Method: LiteLLMClient::CachePingResponse.attribute_map

Defined in:
lib/litellm_client/models/cache_ping_response.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



31
32
33
34
35
36
37
38
39
40
# File 'lib/litellm_client/models/cache_ping_response.rb', line 31

def self.attribute_map
  {
    :'status' => :'status',
    :'cache_type' => :'cache_type',
    :'ping_response' => :'ping_response',
    :'set_cache_response' => :'set_cache_response',
    :'litellm_cache_params' => :'litellm_cache_params',
    :'health_check_cache_params' => :'health_check_cache_params'
  }
end