# 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)