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
18
# DetailedSegmentAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | Option<**String**> | The time at which the segment was created. | [optional]
**updated_at** | Option<**String**> | The time at which the segment was last updated. | [optional]
**total_elevation_gain** | Option<**f32**> | The segment's total elevation gain. | [optional]
**map** | Option<[**crate::models::PolylineMap**]PolylineMap.md> |  | [optional]
**effort_count** | Option<**i32**> | The total number of efforts for this segment | [optional]
**athlete_count** | Option<**i32**> | The number of unique athletes who have an effort for this segment | [optional]
**hazardous** | Option<**bool**> | Whether this segment is considered hazardous | [optional]
**star_count** | Option<**i32**> | The number of stars for this segment | [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)