toggle menu
KoVibes
0.0.2
common
switch theme
search in API
KoVibes
/
io.github.rubenquadros.kovibes.api.response
/
Image
Image
data
class
Image
(
val
height
:
Int
?
,
val
width
:
Int
?
,
val
url
:
String
)
(
source
)
Members
Constructors
Image
Link copied to clipboard
constructor
(
height
:
Int
?
,
width
:
Int
?
,
url
:
String
)
Properties
height
Link copied to clipboard
val
height
:
Int
?
url
Link copied to clipboard
val
url
:
String
width
Link copied to clipboard
val
width
:
Int
?