SpotifyCopyright

data class SpotifyCopyright(textString: String, typeString: String)

Describes an album's copyright information

Constructors

SpotifyCopyright
Link copied to clipboard
common
fun SpotifyCopyright(textString: String, typeString: String)

Properties

text
Link copied to clipboard
common
val text: String
The copyright text for this album.
type
Link copied to clipboard
common
val type: CopyrightType
The type of copyright: C = the copyright, P = the sound recording (performance) copyright.

Sources

common source
Link copied to clipboard