# TbaApiV3client.Media

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** | TBA identifier for this media. | 
**type** | **String** | String type of the media element. | 
**foreignKey** | **String** | The key used to identify this media on the media site. | [optional] 
**details** | **Object** | If required, a JSON dict of additional media information. | [optional] 
**preferred** | **Boolean** | True if the media is of high quality. | [optional] 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `youtube` (value: `"youtube"`)

* `cdphotothread` (value: `"cdphotothread"`)

* `imgur` (value: `"imgur"`)

* `facebook-profile` (value: `"facebook-profile"`)

* `youtube-channel` (value: `"youtube-channel"`)

* `twitter-profile` (value: `"twitter-profile"`)

* `github-profile` (value: `"github-profile"`)

* `instagram-profile` (value: `"instagram-profile"`)

* `periscope-profile` (value: `"periscope-profile"`)

* `grabcad` (value: `"grabcad"`)

* `instagram-image` (value: `"instagram-image"`)

* `external-link` (value: `"external-link"`)

* `avatar` (value: `"avatar"`)




