SimpleLocalArtist

data class SimpleLocalArtist(name: String, type: String)

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

SimpleLocalArtist
Link copied to clipboard
common
fun SimpleLocalArtist(name: String, type: String)
The name of the artist

Properties

name
Link copied to clipboard
common
val name: String
The name of the artist
type
Link copied to clipboard
common
val type: String
The object type: "artist"

Sources

common source
Link copied to clipboard