sortDirection

@JvmName(name = "agchpqjrqgjbeosx")
suspend fun sortDirection(value: Output<DashboardSortDirection>)
@JvmName(name = "vielhikyxabkeyyc")
suspend fun sortDirection(value: DashboardSortDirection)

Parameters

value

The sort direction of values.

  • ASC : Sort in ascending order.

  • DESC : Sort in descending order.