ReportConfigSortingArgs

data class ReportConfigSortingArgs(val direction: Output<Either<String, ReportConfigSortingType>>? = null, val name: Output<String>) : ConvertibleToJava<ReportConfigSortingArgs>

The order by expression to be used in the report.

Constructors

Link copied to clipboard
constructor(direction: Output<Either<String, ReportConfigSortingType>>? = null, name: Output<String>)

Properties

Link copied to clipboard
val direction: Output<Either<String, ReportConfigSortingType>>? = null

Direction of sort.

Link copied to clipboard
val name: Output<String>

The name of the column to sort.

Functions

Link copied to clipboard
open override fun toJava(): ReportConfigSortingArgs