Skip to main content

SortRuleValueArray

An array of sort rules for ordering results.

NameDescriptionType
valuesSort rules. The first rule has the highest presedence meaning that it is the primary sort rule.SortRule[]

Example

{
"values": [] /* Array of SortRule */
}