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
# ActivityTotal

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | Option<**i32**> | The number of activities considered in this total. | [optional]
**distance** | Option<**f32**> | The total distance covered by the considered activities. | [optional]
**moving_time** | Option<**i32**> | The total moving time of the considered activities. | [optional]
**elapsed_time** | Option<**i32**> | The total elapsed time of the considered activities. | [optional]
**elevation_gain** | Option<**f32**> | The total elevation gain of the considered activities. | [optional]
**achievement_count** | Option<**i32**> | The total number of achievements of the considered activities. | [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)