mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-12 15:54:17 +00:00
* [ruby] fix oneOf handling * use previous ruby configs due to issue #4690 * check for oneOf model in base_object * validate the attributes in partial_oneof_module
404 B
404 B
Petstore::InlineObject5
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| additional_metadata | String | Additional data to pass to server | [optional] |
| required_file | File | file to upload |
Code Sample
require 'petstore'
instance = Petstore::InlineObject5.new(
additional_metadata: null,
required_file: null
)