# atom_api.PaginationSort

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**direction** | **String** | ASC if ascending sort, DESC if descending sort | [optional] 
**property** | **String** | Property on which the records are sorted | [optional] 
**ignoreCase** | **Boolean** | If true, ignore case when sorting | [optional] 
**nullHandling** | **String** | Type of null handling applied | [optional] 
**descending** | **Boolean** | If true, data is sorted in ascending order | [optional] 
**ascending** | **Boolean** | If true, data is sorted in descending order | [optional] 


<a name="DirectionEnum"></a>
## Enum: DirectionEnum


* `ASC` (value: `"ASC"`)

* `DESC` (value: `"DESC"`)




