Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 689 Bytes

DataListsGet200Response.md

File metadata and controls

17 lines (12 loc) · 689 Bytes

openapi.model.DataListsGet200Response

Load the model package

import 'package:wikipedia_api/api.dart';

Properties

Name Type Description Notes
lists List [optional] [default to const []]
next String Continuation token. [optional]
continueFrom DateTime Timestamp to sync from, to be used with the GET /lists/changes/since/{date} endpoint. [optional]

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