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

22 lines
1.0 KiB
Markdown

# openapi.model.RelationModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**Object**](.md) | Relation ID | [optional] [readonly]
**name** | [**Object**](.md) | The internationalized name of this kind of relation | [optional]
**type** | [**Object**](.md) | Which kind of relation (blocks, precedes, etc.) | [optional]
**reverseType** | [**Object**](.md) | The kind of relation from the other WP's perspective | [optional] [readonly]
**description** | [**Object**](.md) | Short text further describing the relation | [optional]
**delayStar** | [**Object**](.md) | The delay in days between closing of `from` and start of `to` | [optional]
**links** | [**RelationModelLinks**](RelationModelLinks.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)