DateTimeHttpResponse

@Serializable
data class DateTimeHttpResponse(val date: String, val dst: Int, val time: String, val tzone: Int)

Constructors

Link copied to clipboard
constructor(date: String, dst: Int, time: String, tzone: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val dst: Int
Link copied to clipboard
Link copied to clipboard
val tzone: Int