mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
400 B
400 B
Petstore::InlineObject5
Properties
Name | Type | Description | Notes |
---|---|---|---|
additional_metadata | String | Additional data to pass to server | [optional] |
required_file | File | file to upload |
Example
require 'petstore'
instance = Petstore::InlineObject5.new(
additional_metadata: null,
required_file: null
)