mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
847 B
847 B
openapi.model.NewsModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | News' id | [optional] [readonly] |
| title | String | The headline of the news | [optional] [readonly] |
| summary | String | A short summary | [optional] [readonly] |
| description | String | The main body of the news with all the details | [optional] [readonly] |
| createdAt | DateTime | The time the news was created at | [optional] [readonly] |
| links | NewsModelLinks | [optional] |