data class LtaObject
Shell object for the LTA Carpark Availiability API's Gson object for sg.edu.ntu.scse.cz2006.gymbuddies.datastruct in Gym Buddies!
Author
Kenneth Soh
Since
2019-10-22
<init> |
This is just merely a shell containing the actual Carpark Availability object. Unfortunately required due to the way LTA crafted their API JSON response LtaObject(value: ArrayList<CarparkAvailability> = ArrayList()) |
value |
ArrayList The actual object for Carpark Availability val value: ArrayList<CarparkAvailability> |