IdentifiableNullable

@Serializable
abstract class IdentifiableNullable : NeedsApi(source)

Represents an identifiable Spotify object such as an Album or Recommendation Seed

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@Transient
lateinit var api: GenericSpotifyApi

The API client associated with the request

Link copied to clipboard
abstract val href: String?

A link to the Spotify web api endpoint associated with this request

Link copied to clipboard
abstract val id: String?

The Spotify id of the associated object