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

21 lines
847 B
Markdown

# openapi.model.NewsModel
## Load the model package
```dart
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**](DateTime.md) | The time the news was created at | [optional] [readonly]
**links** | [**NewsModelLinks**](NewsModelLinks.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)