TemplateFieldSort

data class TemplateFieldSort(val direction: TemplateSortDirection, val fieldId: String)

Constructors

Link copied to clipboard
constructor(direction: TemplateSortDirection, fieldId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The sort direction. Choose one of the following options:

Link copied to clipboard

The sort configuration target field.