UploadResult

class UploadResult(val statusCode: Int, val contentType: String?, val body: ByteArray)

Constructors

Link copied to clipboard
constructor(statusCode: Int, contentType: String?, body: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard