Class Image

java.lang.Object
de.sonallux.spotify.api.models.Image

public class Image extends Object
ImageObject
  • Field Details

    • 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.

  • Constructor Details

    • Image

      public Image()