openapi.model.Summary

November 22, 2023 ยท View on GitHub

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

NameTypeDescriptionNotes
titlesTitlesSet
titleStringThe page title. Deprecated: Use titles.normalized instead.[optional]
displaytitleStringThe page title how it should be shown to the user. Deprecated: Use titles.display instead.[optional]
pageidintThe page ID[optional]
extractStringFirst several sentences of an article in plain text
extractHtmlStringFirst several sentences of an article in simple HTML format[optional]
thumbnailThumbnail[optional]
originalimageOriginalimage[optional]
langStringThe page language code
dirStringThe page language direction code
timestampStringThe time when the page was last edited in the ISO 8601 format[optional]
descriptionStringWikidata description for the page[optional]
coordinatesSummaryCoordinates[optional]

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