github.com/muxinc/mux-go@v1.1.1/docs/Upload.md (about) 1 # Upload 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **string** | Unique identifier for the Direct Upload. | [optional] 7 **Timeout** | **int32** | Max time in seconds for the signed upload URL to be valid. If a successful upload has not occurred before the timeout limit, the direct upload is marked `timed_out` | [optional] [default to 3600] 8 **Status** | **string** | | [optional] 9 **NewAssetSettings** | [**Asset**](Asset.md) | | [optional] 10 **AssetId** | **string** | Only set once the upload is in the `asset_created` state. | [optional] 11 **Error** | [**UploadError**](Upload_error.md) | | [optional] 12 **CorsOrigin** | **string** | If the upload URL will be used in a browser, you must specify the origin in order for the signed URL to have the correct CORS headers. | [optional] 13 **Url** | **string** | The URL to upload the associated source media to. | [optional] 14 **Test** | **bool** | Indicates if this is a test Direct Upload, in which case the Asset that gets created will be a `test` Asset. | [optional] 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18