Get Question Dto
data class GetQuestionDto(id: Long, question: String, answer: String, categoryId: Int, order: Int, viewsNumber: Int?, likesNumber: Int?, createdBy: Long, createdAt: LocalDateTime, updatedBy: Long?, updatedAt: LocalDateTime?)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component10
Link copied to clipboard
component11
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
copy
Link copied to clipboard
fun copy(id: Long, question: String, answer: String, categoryId: Int, order: Int, viewsNumber: Int?, likesNumber: Int?, createdBy: Long, createdAt: LocalDateTime, updatedBy: Long?, updatedAt: LocalDateTime?): GetQuestionDto
Content copied to clipboard
Properties
categoryId
Link copied to clipboard
createdAt
Link copied to clipboard
likesNumber
Link copied to clipboard
updatedAt
Link copied to clipboard
viewsNumber
Link copied to clipboard