Record
tfl-api-presentation-entities-stop-points-response
No description available.
record tfl-api-presentation-entities-stop-points-response {
centre-point: option<list<f64>>,
page: option<s32>,
page-size: option<s32>,
stop-points: option<list<tfl-api-presentation-entities-stop-point>>,
total: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| centre-point | option<list<f64>> | |
| page | option<s32> | |
| page-size | option<s32> | |
| stop-points | option<list<tfl-api-presentation-entities-stop-point>> | |
| total | option<s32> |