Sort

class Sort

Indicates the sorting order of the fields in the metrics.

Types

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

Properties

Link copied to clipboard

Indicates the name or identifier of the field or attribute that should be used as the basis for sorting the metrics.

Link copied to clipboard

Indicates the order in which you want to sort the metrics. By default, the list is sorted in ascending order. To sort the list in descending order, set this field to False.

Functions

Link copied to clipboard
inline fun copy(block: Sort.Builder.() -> Unit = {}): Sort
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