RecommendationTunableAttributes

data class RecommendationTunableAttributes(val minAcousticness: Double? = null, val maxAcousticness: Double? = null, val targetAcousticness: Double? = null, val minDanceability: Double? = null, val maxDanceability: Double? = null, val targetDanceability: Double? = null, val minDurationMs: Int? = null, val maxDurationMs: Int? = null, val targetDurationMs: Int? = null, val minEnergy: Double? = null, val maxEnergy: Double? = null, val targetEnergy: Double? = null, val minInstrumentalness: Double? = null, val maxInstrumentalness: Double? = null, val targetInstrumentalness: Double? = null, val minKey: Int? = null, val maxKey: Int? = null, val targetKey: Int? = null, val minLiveness: Double? = null, val maxLiveness: Double? = null, val targetLiveness: Double? = null, val minLoudness: Double? = null, val maxLoudness: Double? = null, val targetLoudness: Double? = null, val minMode: Int? = null, val maxMode: Int? = null, val targetMode: Int? = null, val minPopularity: Int? = null, val maxPopularity: Int? = null, val targetPopularity: Int? = null, val minSpeechiness: Double? = null, val maxSpeechiness: Double? = null, val targetSpeechiness: Double? = null, val minTempo: Double? = null, val maxTempo: Double? = null, val targetTempo: Double? = null, val minTimeSignature: Int? = null, val maxTimeSignature: Int? = null, val targetTimeSignature: Int? = null, val minValence: Double? = null, val maxValence: Double? = null, val targetValence: Double? = null)

Constructors

Link copied to clipboard
constructor(minAcousticness: Double? = null, maxAcousticness: Double? = null, targetAcousticness: Double? = null, minDanceability: Double? = null, maxDanceability: Double? = null, targetDanceability: Double? = null, minDurationMs: Int? = null, maxDurationMs: Int? = null, targetDurationMs: Int? = null, minEnergy: Double? = null, maxEnergy: Double? = null, targetEnergy: Double? = null, minInstrumentalness: Double? = null, maxInstrumentalness: Double? = null, targetInstrumentalness: Double? = null, minKey: Int? = null, maxKey: Int? = null, targetKey: Int? = null, minLiveness: Double? = null, maxLiveness: Double? = null, targetLiveness: Double? = null, minLoudness: Double? = null, maxLoudness: Double? = null, targetLoudness: Double? = null, minMode: Int? = null, maxMode: Int? = null, targetMode: Int? = null, minPopularity: Int? = null, maxPopularity: Int? = null, targetPopularity: Int? = null, minSpeechiness: Double? = null, maxSpeechiness: Double? = null, targetSpeechiness: Double? = null, minTempo: Double? = null, maxTempo: Double? = null, targetTempo: Double? = null, minTimeSignature: Int? = null, maxTimeSignature: Int? = null, targetTimeSignature: Int? = null, minValence: Double? = null, maxValence: Double? = null, targetValence: Double? = null)

Properties

Link copied to clipboard
val maxAcousticness: Double? = null
Link copied to clipboard
val maxDanceability: Double? = null
Link copied to clipboard
val maxDurationMs: Int? = null
Link copied to clipboard
val maxEnergy: Double? = null
Link copied to clipboard
Link copied to clipboard
val maxKey: Int? = null
Link copied to clipboard
val maxLiveness: Double? = null
Link copied to clipboard
val maxLoudness: Double? = null
Link copied to clipboard
val maxMode: Int? = null
Link copied to clipboard
val maxPopularity: Int? = null
Link copied to clipboard
val maxSpeechiness: Double? = null
Link copied to clipboard
val maxTempo: Double? = null
Link copied to clipboard
val maxTimeSignature: Int? = null
Link copied to clipboard
val maxValence: Double? = null
Link copied to clipboard
val minAcousticness: Double? = null
Link copied to clipboard
val minDanceability: Double? = null
Link copied to clipboard
val minDurationMs: Int? = null
Link copied to clipboard
val minEnergy: Double? = null
Link copied to clipboard
Link copied to clipboard
val minKey: Int? = null
Link copied to clipboard
val minLiveness: Double? = null
Link copied to clipboard
val minLoudness: Double? = null
Link copied to clipboard
val minMode: Int? = null
Link copied to clipboard
val minPopularity: Int? = null
Link copied to clipboard
val minSpeechiness: Double? = null
Link copied to clipboard
val minTempo: Double? = null
Link copied to clipboard
val minTimeSignature: Int? = null
Link copied to clipboard
val minValence: Double? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetDurationMs: Int? = null
Link copied to clipboard
val targetEnergy: Double? = null
Link copied to clipboard
Link copied to clipboard
val targetKey: Int? = null
Link copied to clipboard
val targetLiveness: Double? = null
Link copied to clipboard
val targetLoudness: Double? = null
Link copied to clipboard
val targetMode: Int? = null
Link copied to clipboard
val targetPopularity: Int? = null
Link copied to clipboard
Link copied to clipboard
val targetTempo: Double? = null
Link copied to clipboard
Link copied to clipboard
val targetValence: Double? = null