openapi.model.Summary
November 22, 2023 ยท View on GitHub
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] |