BrowseProblemsResponse

data class BrowseProblemsResponse(val problemIds: List<Long>, val size: Int? = null)

Constructors

Link copied to clipboard
constructor(problemIds: List<Long>, size: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val size: Int? = null