Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 742 Bytes

PageSegmentsTitleGet200Response.md

File metadata and controls

18 lines (13 loc) · 742 Bytes

openapi.model.PageSegmentsTitleGet200Response

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

Name Type Description Notes
sourceLanguage String The source language of the page [optional]
title String The title of the segmented page returned [optional]
revision int The revision ID of the segmented page [optional]
segmentedContent String The segmented HTML body of the contents of the page [optional]

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