GetRelatedArtistsResponse

@Serializable
internal data class GetRelatedArtistsResponse(val artists: List<ArtistInfo>)(source)

Constructors

Link copied to clipboard
constructor(artists: List<ArtistInfo>)

Properties

Link copied to clipboard