ActionResponse

@Serializable
class ActionResponse

This class represents the format of responses we get from the NIMMSTA App

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val data: JsonObject? = null
Link copied to clipboard
val message: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val success: Boolean? = null
Link copied to clipboard
val throwable: String? = null