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

832 B

openapi.model.PriorityModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id int Priority id [optional] [readonly]
name String Priority name [optional] [readonly]
position int Sort index of the priority [optional] [readonly]
isDefault bool Indicates whether this is the default value [optional] [readonly]
isActive bool Indicates whether the priority is available [optional]
links PriorityModelLinks [optional]

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