/tripkit/TripKitData/com.skedgo.tripkit.data.locations/LocationsResponse/Group
Group
\ open class Group
Constructors
| Group | constructor() For Gson. constructor(hashCode: Long, key: String) |
Properties
| Name | Summary |
|---|---|
| bikePods | @SerializedName(value = "bikePods") open val bikePods: List<BikePodLocationEntity> |
| carParks | @SerializedName(value = "carParks") open val carParks: List<CarParkLocation> |
| carPods | @SerializedName(value = "carPods") open val carPods: List<CarPodLocation> |
| carRentals | @SerializedName(value = "carRentals") open val carRentals: List<CarRentalLocation> |
| facilities | open val facilities: List<FacilityLocationEntity> |
| freeFloating | @SerializedName(value = "freeFloating") open val freeFloating: List<FreeFloatingLocationEntity> |
| hashCode | @SerializedName(value = "hashCode") open val hashCode: Long |
| key | @SerializedName(value = "key") open val key: String |
| stops | @SerializedName(value = "stops") open val stops: ArrayList<ScheduledStop> |