UploadResult

data class UploadResult(val msg: String?, val fileId: Int?, val thumbnailUrls: List<String>?, val width: Int?, val height: Int?)

Constructors

Link copied to clipboard
constructor(msg: String?, fileId: Int?, thumbnailUrls: List<String>?, width: Int?, height: Int?)

Properties

Link copied to clipboard
val fileId: Int?
Link copied to clipboard
val height: Int?
Link copied to clipboard
val msg: String?
Link copied to clipboard
Link copied to clipboard
val width: Int?