dk.sdu.cloud.project.api.ListProjectsRequest

UCloud Developer Guide / Legacy / Projects (Legacy) / Projects

ListProjectsRequest

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

Last updated