# openapi.model.TypeModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | [**Object**](.md) | Type id | [optional] [readonly] **name** | [**Object**](.md) | Type name | [optional] [readonly] **color** | [**Object**](.md) | The color used to represent this type | [optional] [readonly] **position** | [**Object**](.md) | Sort index of the type | [optional] [readonly] **isDefault** | [**Object**](.md) | Is this type active by default in new projects? | [optional] [readonly] **isMilestone** | [**Object**](.md) | Do work packages of this type represent a milestone? | [optional] [readonly] **createdAt** | [**Object**](.md) | Time of creation | [optional] [readonly] **updatedAt** | [**Object**](.md) | Time of the most recent change to the user | [optional] **links** | [**TypeModelLinks**](TypeModelLinks.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)