uris property

List<String>? uris
getter/setter pair

Optional. A JSON array of the Spotify track URIs to play.

Example:

[
    "spotify:track:4iV5W9uYEdYUVa79Axb7Rh",
    "spotify:track:1301WleyT98MSxVHPZCA6M"
]

Implementation

List<String>? uris;