sorts

@JvmName(name = "oghkwxcawpvhtpmk")
suspend fun sorts(value: List<GetRecordsSort>?)

Parameters

value

Sort the results. The sort block is documented below.


@JvmName(name = "qqpxxwxytoxcrhnw")
suspend fun sorts(argument: List<suspend GetRecordsSortBuilder.() -> Unit>)
@JvmName(name = "qsviaibqxbmgeotk")
suspend fun sorts(vararg argument: suspend GetRecordsSortBuilder.() -> Unit)
@JvmName(name = "vuknqipnwnelhxov")
suspend fun sorts(argument: suspend GetRecordsSortBuilder.() -> Unit)

Parameters

argument

Sort the results. The sort block is documented below.


@JvmName(name = "hbjromxopgsljjsr")
suspend fun sorts(vararg values: GetRecordsSort)

Parameters

values

Sort the results. The sort block is documented below.