SortFlags
Sort flags.
| Name | Description | Type | 
|---|---|---|
| all | Specifies all flags set; Including any future flags. | boolean | 
| allow_resorting_to_default_sort | Allows resorting to default sorting if the specified sorting is not supported. If this flag is not present, an unsupported sort request causes an error. | boolean | 
Example
{
  "all": false,
  "allow_resorting_to_default_sort": false
}