mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
18 lines
596 B
Markdown
18 lines
596 B
Markdown
# openapi.model.WikiPageModel
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | [**Object**](.md) | Identifier of this wiki page | [optional] [readonly]
|
|
**title** | [**Object**](.md) | The wiki page's title |
|
|
**links** | [**WikiPageModelLinks**](WikiPageModelLinks.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)
|
|
|
|
|