# openapi.model.StatusModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | [**Object**](Object.md) | | [optional] **id** | [**Object**](.md) | Status id | [optional] [readonly] **name** | [**Object**](.md) | Status name | [optional] [readonly] **position** | [**Object**](.md) | Sort index of the status | [optional] [readonly] **isDefault** | [**Object**](.md) | | [optional] [readonly] **isClosed** | [**Object**](.md) | are tickets of this status considered closed? | [optional] [readonly] **isReadonly** | [**Object**](.md) | are tickets of this status read only? | [optional] [readonly] **defaultDoneRatio** | [**Object**](.md) | The percentageDone being applied when changing to this status | [optional] **links** | [**StatusModelLinks**](StatusModelLinks.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)