Method: LiteLLMClient::KeyListResponseObject.openapi_nullable

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

.openapi_nullableObject

List of attributes with nullable: true



57
58
59
60
61
62
63
# File 'lib/litellm_client/models/key_list_response_object.rb', line 57

def self.openapi_nullable
  Set.new([
    :'total_count',
    :'current_page',
    :'total_pages'
  ])
end