SessionWarningResponse

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