Method: LiteLLMClient::CachePingResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



187
188
189
# File 'lib/litellm_client/models/cache_ping_response.rb', line 187

def hash
  [status, cache_type, ping_response, set_cache_response, litellm_cache_params, health_check_cache_params].hash
end