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

561 B

openapi.model.PostModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id int Identifier of this post [optional] [readonly]
subject String The post's subject
links PostModelLinks [optional]

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