# InputFileContent
## Properties
**r#type** | **String** | The type of the input item. Always `input_file`. |
**file_id** | Option<**String**> | The ID of the file to be sent to the model. | [optional]
**filename** | Option<**String**> | The name of the file to be sent to the model. | [optional]
**file_data** | Option<**String**> | The content of the file to be sent to the model. | [optional]
**file_url** | Option<**String**> | The URL of the file to be sent to the model. | [optional]
**detail** | Option<[**models::FileInputDetail**](FileInputDetail.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)