Legs

fun Legs(    viaWaypoints: ArrayList<String> = arrayListOf(),     admins: ArrayList<Admins> = arrayListOf(),     weight: Double? = null,     duration: Double? = null,     steps: ArrayList<Steps> = arrayListOf(),     distance: Double? = null,     summary: String? = null)