FaqPageRequest

data class FaqPageRequest(val helpId: Int?, val userId: Int?) : PageRequest

Author

Jordan Abraham

Constructors

Link copied to clipboard
constructor(helpId: Int?, userId: Int?)

Properties

Link copied to clipboard
val helpId: Int?
Link copied to clipboard
val userId: Int?