pub type GBFSVersionsV2 = GBFSVersionsV23;Expand description
Aliased Type§
pub struct GBFSVersionsV2 {
pub last_updated: u64,
pub ttl: u64,
pub version: String,
pub data: GBFSVersionsData20,
}Fields§
§last_updated: u64Last time the data in the feed was updated in POSIX time. Minimum: 1450155600
ttl: u64Number of seconds before the data in the feed will be updated again (0 if the data should always be refreshed). Minimum: 0
version: StringGBFS version number to which the feed conforms, according to the versioning framework. Const: 2.3
data: GBFSVersionsData20Response data in the form of name:value pairs.