numBikesAvailable

@SerialName(value = "num_bikes_available")
val numBikesAvailable: Int(source)

Number of functional vehicles physically at the station that may be offered for rental.

If is_renting = true, this is the number of vehicles that are currently available for rent. If is_renting = false, this is the number of vehicles that would be available for rent if the station were set to allow rentals.