toggle menu
KoVibes
0.0.2
common
switch theme
search in API
KoVibes
/
io.github.rubenquadros.kovibes.api.models
/
ImageInfo
Image
Info
@
Serializable
internal
data
class
ImageInfo
(
val
height
:
Int
?
,
val
width
:
Int
?
,
val
url
:
String
?
)
(
source
)
Members
Constructors
Image
Info
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
?