GetProjectsSort

data class GetProjectsSort(val direction: String? = null, val key: String)

Constructors

Link copied to clipboard
constructor(direction: String? = null, key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val direction: String? = null

The sort direction. This may be either asc or desc.

Link copied to clipboard
val key: String

Sort the projects by this key. This may be one of name, purpose, description, or environment.