Report Config Sorting Args
    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
                fun ReportConfigSortingArgs(direction: Output<Either<String, ReportConfigSortingType>>? = null, name: Output<String>)