mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.0 KiB
1.0 KiB
openapi.model.RelationModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Object | Relation ID | [optional] [readonly] |
| name | Object | The internationalized name of this kind of relation | [optional] |
| type | Object | Which kind of relation (blocks, precedes, etc.) | [optional] |
| reverseType | Object | The kind of relation from the other WP's perspective | [optional] [readonly] |
| description | Object | Short text further describing the relation | [optional] |
| delayStar | Object | The delay in days between closing of from and start of to |
[optional] |
| links | RelationModelLinks | [optional] |