ListTasksSortBase

Defines the sorting parameters for listing tasks. This structure allows for specifying the field to sort by and the order of sorting.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the field by which the task list should be sorted.

Link copied to clipboard

Determines the order in which the sorted results are presented.

Functions

Link copied to clipboard
inline fun copy(block: ListTasksSortBase.Builder.() -> Unit = {}): ListTasksSortBase
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String