Skip to main content

SortRuleFlags

Sort rule flags.

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
sort_descendingAscending or descending? The default is ascending. If this flag is present, the order is descending.boolean

Example

{
"all": false,
"sort_descending": false
}