RemoveLevelResponse

@Serializable
data class RemoveLevelResponse(val success: Boolean = true, val removed: String)(source)

Constructors

Link copied to clipboard
constructor(success: Boolean = true, removed: String)

Properties

Link copied to clipboard
Link copied to clipboard