Name | Type | Description | Notes |
---|---|---|---|
id | string | Unique identifier for the Direct Upload. | [optional] |
timeout | int | 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] |
status | string | [optional] | |
new_asset_settings | \MuxPhp\Models\Asset | [optional] | |
asset_id | string | Only set once the upload is in the `asset_created` state. | [optional] |
error | \MuxPhp\Models\UploadError | [optional] | |
cors_origin | 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] |
url | string | The URL to upload the associated source media to. | [optional] |
test | bool | Indicates if this is a test Direct Upload, in which case the Asset that gets created will be a `test` Asset. | [optional] |