External Urls
@Serializable
Represents the external urls associated with this Spotify asset.
Parameters
spotify
The associated Spotify link for this asset, if one exists.
other External Urls
Other external urls, not including spotify
Constructors
Link copied to clipboard
constructor(spotify: String? = null, otherExternalUrls: List<ExternalUrl>, allExternalUrls: List<ExternalUrl>)