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

19 lines
714 B
Markdown

# openapi.model.RootModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**Object**](Object.md) | |
**instanceName** | [**Object**](.md) | The name of the OpenProject instance |
**coreVersion** | [**Object**](.md) | The OpenProject core version number for the instance # Conditions **Permission** requires admin privileges | [optional]
**links** | [**RootModelLinks**](RootModelLinks.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)