mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# 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)
|
|
|
|
|