TrackStatsResponse

data class TrackStatsResponse(@Json(name = "duration_seconds") val durationSeconds: Int, @Json(name = "track_type") val trackType: String)

Constructors

Link copied to clipboard
constructor(@Json(name = "duration_seconds") durationSeconds: Int, @Json(name = "track_type") trackType: String)

Properties

Link copied to clipboard
Link copied to clipboard