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

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]

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