JsonResponse

data class JsonResponse(val status: String? = null, val message: String? = null, val type: String? = null, val token: String? = null, val result: Map<String, Slmaxed.Result>? = null)

Constructors

Link copied to clipboard
constructor(status: String? = null, message: String? = null, type: String? = null, token: String? = null, result: Map<String, Slmaxed.Result>? = null)

Properties

Link copied to clipboard
val message: String? = null
Link copied to clipboard
Link copied to clipboard
val status: String? = null
Link copied to clipboard
val token: String? = null
Link copied to clipboard
val type: String? = null