# openapi.model.PriorityModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | Priority id | [optional] [readonly] **name** | **String** | Priority name | [optional] [readonly] **position** | **int** | Sort index of the priority | [optional] [readonly] **isDefault** | **bool** | Indicates whether this is the default value | [optional] [readonly] **isActive** | **bool** | Indicates whether the priority is available | [optional] **links** | [**PriorityModelLinks**](PriorityModelLinks.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)