Struct Media
_10pub struct Media {_10_10 pub let file: AnyStruct{File}_10_10 pub let mediaType: String_10}
View to represent, a file with an correspoiding mediaType.
Initializer​
_10init(file: AnyStruct{File}, mediaType: String)