import 'package:wikipedia_api/api.dart';
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] |