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

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]

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