Media
Abstract Class Media, this class should the representation of the media
Propriedades do Objeto
| Nome | Tipo | Descrição |
|---|---|---|
| title | String | Media's title |
| type | String | Type that set the Media's class |
| host_key | String | Foreign key that represents the media in the host |
| text | String | |
| s3_file_url | String | Url of file at s3 |
| library_resource | LibraryResource | LibraryResource of the media |