Thumbnail

class Thumbnail(val file: ByteArray, val contentType: ContentType, val width: Int? = null, val height: Int? = null)

Constructors

Link copied to clipboard
constructor(file: ByteArray, contentType: ContentType, width: Int? = null, height: Int? = null)

Properties

Link copied to clipboard
val contentType: ContentType
Link copied to clipboard
Link copied to clipboard
val height: Int? = null
Link copied to clipboard
val width: Int? = null