MppProblem

@JsonSerializable
data class MppProblem(val type: String, val title: String, val status: Int)(source)

Constructors

Link copied to clipboard
constructor(type: String, title: String, status: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val status: Int
Link copied to clipboard
Link copied to clipboard