Method: LiteLLMClient::KeyListResponseObject#valid?
- Defined in:
- lib/litellm_client/models/key_list_response_object.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
110 111 112 113 |
# File 'lib/litellm_client/models/key_list_response_object.rb', line 110 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' true end |