Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.05 KB

SummarySegmentEffort.md

File metadata and controls

16 lines (12 loc) · 1.05 KB

SummarySegmentEffort

Properties

Name Type Description Notes
Id int64 The unique identifier of this effort [optional] [default to null]
ActivityId int64 The unique identifier of the activity related to this effort [optional] [default to null]
ElapsedTime int32 The effort's elapsed time [optional] [default to null]
StartDate time.Time The time at which the effort was started. [optional] [default to null]
StartDateLocal time.Time The time at which the effort was started in the local timezone. [optional] [default to null]
Distance float32 The effort's distance in meters [optional] [default to null]
IsKom bool Whether this effort is the current best on the leaderboard [optional] [default to null]

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