RoomSubCategory

data class RoomSubCategory(val id: Int, val parentId: Int, val name: String)

Author

Jordan Abraham

Constructors

Link copied to clipboard
constructor(id: Int, parentId: Int, name: String)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard