Method: LiteLLMClient::KeyListResponseObject#list_invalid_properties

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

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



102
103
104
105
106
# File 'lib/litellm_client/models/key_list_response_object.rb', line 102

def list_invalid_properties
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
  invalid_properties = Array.new
  invalid_properties
end