tripkit-android / com.skedgo.tripkit / CarPark
CarPark
@TypeAdapters @Immutable abstract class CarPark
Constructors
Name | Summary |
---|---|
<init> | CarPark() |
Functions
Name | Summary |
---|---|
availableSpaces | abstract fun availableSpaces(): Int |
identifier | abstract fun identifier(): String ! |
lastUpdate | abstract fun lastUpdate(): Long |
name | abstract fun name(): String ! |
totalSpaces | abstract fun totalSpaces(): Int |