strava_client 0.1.0

Client API for Strava. https://developers.strava.com/
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Split

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**average_speed** | Option<**f32**> | The average speed of this split, in meters per second | [optional]
**distance** | Option<**f32**> | The distance of this split, in meters | [optional]
**elapsed_time** | Option<**i32**> | The elapsed time of this split, in seconds | [optional]
**elevation_difference** | Option<**f32**> | The elevation difference of this split, in meters | [optional]
**pace_zone** | Option<**i32**> | The pacing zone of this split | [optional]
**moving_time** | Option<**i32**> | The moving time of this split, in seconds | [optional]
**split** | Option<**i32**> | N/A | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)