SimpleLocalArtist

@Serializable
data class SimpleLocalArtist(val name: String, val type: String)(source)

Local artist object (goes with LocalTrack) representing an artist on a local track

Parameters

name

The name of the artist

type

The object type: "artist"

Constructors

Link copied to clipboard
constructor(name: String, type: String)

Properties

Link copied to clipboard
Link copied to clipboard