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

596 B

openapi.model.WikiPageModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id Object Identifier of this wiki page [optional] [readonly]
title Object The wiki page's title
links WikiPageModelLinks [optional]

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