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