SessionWarningResponse

data class SessionWarningResponse(@Json(name = "code") val code: String, @Json(name = "warning") val warning: String, @Json(name = "time") val time: OffsetDateTime? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "code") code: String, @Json(name = "warning") warning: String, @Json(name = "time") time: OffsetDateTime? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val time: OffsetDateTime? = null
Link copied to clipboard