bikeProfile property

BikeProfileElectricBikeProfile? bikeProfile
getter/setter pair

The bicycle profile, if the activity involves cycling.

Contains bicycle-specific information, such as bike type or electric specifications. This field is only relevant if sportType is set to one of the cycling types (e.g., ride, mountainBike, eBikeRide, etc.).

Implementation

BikeProfileElectricBikeProfile? bikeProfile;