Timesery

data class Timesery(val data: Data? = null, val time: String? = null)

Constructors

Link copied to clipboard
fun Timesery(data: Data? = null, time: String? = null)

Properties

Link copied to clipboard
val data: Data? = null
Link copied to clipboard
val time: String? = null