Package de.sonallux.spotify.api.models
Class Image
- java.lang.Object
-
- de.sonallux.spotify.api.models.Image
-
public class Image extends Object
-
-
Constructor Summary
Constructors Constructor Description Image()
-
-
-
Field Detail
-
height
public int height
The image height in pixels.
-
url
public String url
The source URL of the image.
-
width
public int width
The image width in pixels.
-
-