Restrictions

data class Restrictions(reason: String)

Contains an explanation of why a track is not available

Parameters

reason

why the track is not available

Constructors

Restrictions
Link copied to clipboard
common
fun Restrictions(reason: String)
why the track is not available

Properties

reason
Link copied to clipboard
common
val reason: String
why the track is not available

Sources

common source
Link copied to clipboard