Sha256: 523c7bdf3565150e403a96b02f5fbd9a67a7cd9de6bfba596341097eb032ddd1

Contents?: true

Size: 841 Bytes

Versions: 21

Compression:

Stored size: 841 Bytes

Contents

# MuxRuby::CreateUploadRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **timeout** | **Integer** | 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] |
| **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] |
| **new_asset_settings** | [**CreateAssetRequest**](CreateAssetRequest.md) |  |  |
| **test** | **Boolean** |  | [optional] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::CreateUploadRequest.new(
  timeout: null,
  cors_origin: null,
  new_asset_settings: null,
  test: null
)
```

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
mux_ruby-2.0.0.pre.rc.1 docs/CreateUploadRequest.md