Method: OpenapiClient::HTTPValidationError.openapi_types
- Defined in:
- lib/openapi_client/models/http_validation_error.rb
.openapi_types ⇒ Object
Attribute type mapping.
33 34 35 36 37 |
# File 'lib/openapi_client/models/http_validation_error.rb', line 33 def self.openapi_types { :'detail' => :'Array<ValidationError>' } end |