SortRuleFlags
Sort rule flags.
| Name | Description | Type | 
|---|---|---|
| all | Specifies all flags set; Including any future flags. | boolean | 
| sort_descending | Ascending or descending? The default is ascending. If this flag is present, the order is descending. | boolean | 
Example
{
  "all": false,
  "sort_descending": false
}