Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-client
/
dev.catbit.mosaic.client.data.data_sources.network
/
UploadResult
Upload
Result
class
UploadResult
(
val
statusCode
:
Int
,
val
contentType
:
String
?
,
val
body
:
ByteArray
)
Members
Constructors
Upload
Result
Link copied to clipboard
constructor
(
statusCode
:
Int
,
contentType
:
String
?
,
body
:
ByteArray
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
content
Type
Link copied to clipboard
val
contentType
:
String
?
is
Success
Link copied to clipboard
val
isSuccess
:
Boolean
status
Code
Link copied to clipboard
val
statusCode
:
Int