SpotifyImage

@Serializable
data class SpotifyImage(val height: Double? = null, val url: String, val width: Double? = null)(source)

A Spotify image

Parameters

height

The image height in pixels. If unknown: null or not returned.

url

The source URL of the image.

width

The image width in pixels. If unknown: null or not returned.

Constructors

Link copied to clipboard
constructor(height: Double? = null, url: String, width: Double? = null)

Properties

Link copied to clipboard
val height: Double? = null
Link copied to clipboard
val url: String
Link copied to clipboard
val width: Double? = null