mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
832 B
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] |