Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 337 Bytes

File metadata and controls

20 lines (12 loc) · 337 Bytes

QueryParamSortOrder

Control the order of returned users. Possible values: desc (default), asc.

Example Usage

from cloudinary_account_provisioning.models import QueryParamSortOrder

value = QueryParamSortOrder.DESC

Values

Name Value
DESC desc
ASC asc