Method: OpenApiOpenAIClient::RunObjectLastError.openapi_types
- Defined in:
- lib/openapi_openai/models/run_object_last_error.rb
.openapi_types ⇒ Object
Attribute type mapping.
61 62 63 64 65 66 |
# File 'lib/openapi_openai/models/run_object_last_error.rb', line 61 def self.openapi_types { :'code' => :'String', :'message' => :'String' } end |