# GroupSortingCriteria

The sorting criteria used for Groups search

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field** | **string** | The field to sort by. It can be a native field (one from the provided list) or otherwise can specify a custom field definitionusing the format [customFieldSetId].[customFieldId]. | [default to undefined]
**order** | **string** | The sorting order: &#x60;ASC&#x60; or &#x60;DESC&#x60;. The default order is &#x60;DESC&#x60;. | [optional] [default to undefined]

## Example

```typescript
import { GroupSortingCriteria } from './api';

const instance: GroupSortingCriteria = {
    field,
    order,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
