Sha256: dbcb856b845b5df9641fcfe66a785a8b3277ed92ae00f74263d23248f9ef8452

Contents?: true

Size: 814 Bytes

Versions: 2

Compression:

Stored size: 814 Bytes

Contents

# PinterestSdkClient::MediaUploadAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **media_id** | **String** | Unique identifier for this media upload. Used to track status and for attaching during Pin creation. | [optional] |
| **media_type** | [**MediaUploadType**](MediaUploadType.md) |  | [optional] |
| **upload_url** | **String** | The URL where you will POST your media file. | [optional] |
| **upload_parameters** | [**MediaUploadAllOfUploadParameters**](MediaUploadAllOfUploadParameters.md) |  | [optional] |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::MediaUploadAllOf.new(
  media_id: null,
  media_type: video,
  upload_url: https://pinterest-media-upload.s3-accelerate.amazonaws.com/,
  upload_parameters: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pinterest_sdk-1.1.0 docs/MediaUploadAllOf.md
pinterest_sdk-1.0.0 docs/MediaUploadAllOf.md