Method: LiteLLMClient::KeyListResponseObject.attribute_map
- Defined in:
- lib/litellm_client/models/key_list_response_object.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
27 28 29 30 31 32 33 34 |
# File 'lib/litellm_client/models/key_list_response_object.rb', line 27 def self.attribute_map { :'keys' => :'keys', :'total_count' => :'total_count', :'current_page' => :'current_page', :'total_pages' => :'total_pages' } end |