OrderBy Class
Describes a column to sort.
Constructor
OrderBy(*, field: str | None = None, order: str | _models.FirewallPolicyIDPSQuerySortOrder | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
field
|
Describes the actual column name to sort by. Default value: None
|
|
order
|
Describes if results should be in ascending/descending order. Known values are: "Ascending" and "Descending". Default value: None
|
Variables
| Name | Description |
|---|---|
|
field
|
Describes the actual column name to sort by. |
|
order
|
Describes if results should be in ascending/descending order. Known values are: "Ascending" and "Descending". |