sort_order


Description:

[ Version ( deprecated = true , deprecated_since = "0.17.7" ) ]
public string sort_order { get; set; }

Warning: sort_order is deprecated since 0.17.7.

Specifies direction of sorting.

Note:

Manually sort the results after retrieving them, as this is no longer supported on the server.

Supported values are <literal>ascending</literal> and <literal>descending</literal>.

By default, results are returned in ascending order.