# Petstore::InlineObject5 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **additional_metadata** | **String** | Additional data to pass to server | [optional] | | **required_file** | **File** | file to upload | | ## Example ```ruby require 'petstore' instance = Petstore::InlineObject5.new( additional_metadata: null, required_file: null ) ```