Method: TalonOne::ErrorResponse.openapi_types
- Defined in:
- lib/talon_one/models/error_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
32 33 34 35 36 37 |
# File 'lib/talon_one/models/error_response.rb', line 32 def self.openapi_types { :'message' => :'String', :'errors' => :'Array<APIError>' } end |