ComponentSortPropertyArgs

data class ComponentSortPropertyArgs(val direction: Output<ComponentSortDirection>, val field: Output<String>) : ConvertibleToJava<ComponentSortPropertyArgs>

Constructors

Link copied to clipboard
constructor(direction: Output<ComponentSortDirection>, field: Output<String>)

Properties

Link copied to clipboard

The direction of the sort, either ascending or descending.

Link copied to clipboard
val field: Output<String>

The field to perform the sort on.

Functions

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