toggle menu
methanol-parent
1.8.0-SNAPSHOT
jvm
switch theme
search in API
kotlin
/
com.github.mizosoft.methanol.samples.kotlin
/
MultipartAndFormUploads
/
ImgurResponse
Imgur
Response
@
Serializable
data
class
ImgurResponse
<
T
>
(
val
status
:
Int
,
val
success
:
Boolean
,
val
data
:
T
?
)
Members
Constructors
Imgur
Response
Link copied to clipboard
constructor
(
status
:
Int
,
success
:
Boolean
,
data
:
T
?
)
Properties
data
Link copied to clipboard
val
data
:
T
?
status
Link copied to clipboard
val
status
:
Int
success
Link copied to clipboard
val
success
:
Boolean