shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.common
/
ImageObject
Image
Object
@
Serializable
data
class
ImageObject
(
val
url
:
String
,
val
height
:
Int
?
,
val
width
:
Int
?
)
Members
Constructors
Image
Object
Link copied to clipboard
constructor
(
url
:
String
,
height
:
Int
?
,
width
:
Int
?
)
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
?