Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 886 Bytes

Media.md

File metadata and controls

16 lines (12 loc) · 886 Bytes

Media

The Media object contains a reference for most any media associated with a team or event on TBA.

Properties

Name Type Description Notes
type str String type of the media element.
foreign_key str The key used to identify this media on the media site.
details object If required, a JSON dict of additional media information. [optional]
preferred bool True if the media is of high quality. [optional]
direct_url str Direct URL to the media. [optional]
view_url str The URL that leads to the full web page for the media, if one exists. [optional]

[Back to Model list] [Back to API list] [Back to README]