AnalysisDataPathSortArgs

data class AnalysisDataPathSortArgs(val direction: Output<AnalysisSortDirection>, val sortPaths: Output<List<AnalysisDataPathValueArgs>>) : ConvertibleToJava<AnalysisDataPathSortArgs>

Constructors

Link copied to clipboard
constructor(direction: Output<AnalysisSortDirection>, sortPaths: Output<List<AnalysisDataPathValueArgs>>)

Properties

Link copied to clipboard

Determines the sort direction.

Link copied to clipboard

The list of data paths that need to be sorted.

Functions

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