open-project-flutter-api/doc/StatusModel.md
2023-11-05 19:54:17 +01:00

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]

[Back to Model list] [Back to API list] [Back to README]