GbfsFeedResponse
data class GbfsFeedResponse<T : GbfsFeedData>(val lastUpdated: EpochSeconds, val ttl: WholeSeconds, val version: String? = null, val data: T)(source)
Standard GBFS feed response wrapper.
All GBFS feeds are wrapped in this structure that provides metadata about the feed.