# SummarySegmentEffort
## Properties
**id** | Option<**i64**> | The unique identifier of this effort | [optional]
**activity_id** | Option<**i64**> | The unique identifier of the activity related to this effort | [optional]
**elapsed_time** | Option<**i32**> | The effort's elapsed time | [optional]
**start_date** | Option<**String**> | The time at which the effort was started. | [optional]
**start_date_local** | Option<**String**> | The time at which the effort was started in the local timezone. | [optional]
**distance** | Option<**f32**> | The effort's distance in meters | [optional]
**is_kom** | Option<**bool**> | Whether this effort is the current best on the leaderboard | [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)