MessageResponse

@JsonClass(generateAdapter = true)
data class MessageResponse(@Json(name = "message") val message: String)

Data class representing a MessageResponse.

Parameters

message

The message contained in the response.

Constructors

Link copied to clipboard
constructor(@Json(name = "message") message: String)

Properties

Link copied to clipboard
Link copied to clipboard