Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 837 Bytes

SummarySegmentEffort.md

File metadata and controls

14 lines (11 loc) · 837 Bytes

Strava.NET.Model.SummarySegmentEffort

Properties

Name Type Description Notes
Id long? The unique identifier of this effort [optional]
ElapsedTime int? The effort's elapsed time [optional]
StartDate DateTime? The time at which the effort was started. [optional]
StartDateLocal DateTime? The time at which the effort was started in the local timezone. [optional]
Distance float? The effort's distance in meters [optional]
IsKom bool? Whether this effort is the current best on the leaderboard [optional]

[Back to Model list] [Back to API list] [Back to README]