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