Method: OpenApiOpenAIClient::ListThreadsResponse.attribute_map
- Defined in:
- lib/openapi_openai/models/list_threads_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
29 30 31 32 33 34 35 36 37 |
# File 'lib/openapi_openai/models/list_threads_response.rb', line 29 def self.attribute_map { :'object' => :'object', :'data' => :'data', :'first_id' => :'first_id', :'last_id' => :'last_id', :'has_more' => :'has_more' } end |