mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
21 lines
847 B
Markdown
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)
|
|
|
|
|