mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.1 KiB
1.1 KiB
openapi.model.TypeModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Object | Type id | [optional] [readonly] |
| name | Object | Type name | [optional] [readonly] |
| color | Object | The color used to represent this type | [optional] [readonly] |
| position | Object | Sort index of the type | [optional] [readonly] |
| isDefault | Object | Is this type active by default in new projects? | [optional] [readonly] |
| isMilestone | Object | Do work packages of this type represent a milestone? | [optional] [readonly] |
| createdAt | Object | Time of creation | [optional] [readonly] |
| updatedAt | Object | Time of the most recent change to the user | [optional] |
| links | TypeModelLinks | [optional] |