ListProjectsRequest

API: Internal/Beta

data class ListProjectsRequest(
    val user: String?,
    val itemsPerPage: Int?,
    val page: Int?,
    val archived: Boolean?,
    val noFavorites: Boolean?,
    val showAncestorPath: Boolean?,
)
Properties
user: String?
itemsPerPage: Int?
page: Int?
archived: Boolean?
noFavorites: Boolean?
showAncestorPath: Boolean?