Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.43 KB

Summary.md

File metadata and controls

27 lines (22 loc) · 1.43 KB

openapi.model.Summary

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

Name Type Description Notes
titles TitlesSet
title String The page title. Deprecated: Use titles.normalized instead. [optional]
displaytitle String The page title how it should be shown to the user. Deprecated: Use titles.display instead. [optional]
pageid int The page ID [optional]
extract String First several sentences of an article in plain text
extractHtml String First several sentences of an article in simple HTML format [optional]
thumbnail Thumbnail [optional]
originalimage Originalimage [optional]
lang String The page language code
dir String The page language direction code
timestamp String The time when the page was last edited in the ISO 8601 format [optional]
description String Wikidata description for the page [optional]
coordinates SummaryCoordinates [optional]

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