Method: LiteLLMClient::BlockUsers#valid?
- Defined in:
- lib/litellm_client/models/block_users.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
89 90 91 92 93 |
# File 'lib/litellm_client/models/block_users.rb', line 89 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @user_ids.nil? true end |