Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 779 Bytes

ListEntryRead.md

File metadata and controls

19 lines (14 loc) · 779 Bytes

openapi.model.ListEntryRead

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

Name Type Description Notes
id int [optional]
project String Domain of the wiki containing the page. [optional]
title String Title of the page containing the page, in database format. [optional]
created DateTime Creation date (in ISO 8601) [optional]
updated DateTime Last modification date (in ISO 8601) [optional]

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