nextTime

@SerialName(value = "next_time")
@Serializable(with = DurationToSecDeserializer::class)
val nextTime: Duration

Indicates the next playback position, in seconds, at which the player should request this endpoint. The player should not issue additional API requests when this parameter returns -1.0.