Files
VRChatBackendDocs/Models/FileData.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

16 lines
666 B
Markdown

# FileData
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **category** | **String** | | [default to queued] |
| **fileName** | **String** | | [default to null] |
| **md5** | **String** | | [optional] [default to null] |
| **sizeInBytes** | **Integer** | | [default to null] |
| **status** | **String** | | [default to waiting] |
| **uploadId** | **String** | | [default to ] |
| **url** | **String** | | [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)