Content

data class Content(val code: Int, val message: String? = null)

Constructors

Link copied to clipboard
fun Content(code: Int, message: String? = null)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
val message: String? = null