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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pr_activity_id** | Option<**i64**> | The unique identifier of the activity related to the PR effort. | [optional]
**pr_elapsed_time** | Option<**i32**> | The elapsed time ot the PR effort. | [optional]
**pr_date** | Option<**String**> | The time at which the PR effort was started. | [optional]
**effort_count** | Option<**i32**> | Number of efforts by the authenticated athlete on 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)