Data
data class Data(val baseElevation: Int, val description: String, val geoReference: GeoReference, val gondolaCount: Int, val liftCount: Int, val medianElevation: Int, val name: String, val skiPatrolEmergencyNumber: String, val skiableArea: Int, val terrainParkCount: String, val terrainPercentage: TerrainPercentage, val verticalElevation: Int, val ziplineCount: Int, val maxScale: Int, val minScale: Int) : Parcelable
Constructors
Link copied to clipboard
constructor(baseElevation: Int, description: String, geoReference: GeoReference, gondolaCount: Int, liftCount: Int, medianElevation: Int, name: String, skiPatrolEmergencyNumber: String, skiableArea: Int, terrainParkCount: String, terrainPercentage: TerrainPercentage, verticalElevation: Int, ziplineCount: Int, maxScale: Int, minScale: Int)