Name | Type | Description | Notes |
---|---|---|---|
Id | int64 | The unique identifier of 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] |