mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-28 15:23:43 +00:00
392 B
392 B
Petstore::InlineObject1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| additional_metadata | String | Additional data to pass to server | [optional] |
| file | File | file to upload | [optional] |
Example
require 'petstore'
instance = Petstore::InlineObject1.new(
additional_metadata: null,
file: null
)