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

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]

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