Skip to main content
Version: Next

Struct Media


_10
pub 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


_10
init(file: AnyStruct{File}, mediaType: String)