# Lap
## Properties
**id** | Option<**i64**> | The unique identifier of this lap | [optional]
**activity** | Option<[**crate::models::MetaActivity**](MetaActivity.md)> | | [optional]
**athlete** | Option<[**crate::models::MetaAthlete**](MetaAthlete.md)> | | [optional]
**average_cadence** | Option<**f32**> | The lap's average cadence | [optional]
**average_speed** | Option<**f32**> | The lap's average speed | [optional]
**distance** | Option<**f32**> | The lap's distance, in meters | [optional]
**elapsed_time** | Option<**i32**> | The lap's elapsed time, in seconds | [optional]
**start_index** | Option<**i32**> | The start index of this effort in its activity's stream | [optional]
**end_index** | Option<**i32**> | The end index of this effort in its activity's stream | [optional]
**lap_index** | Option<**i32**> | The index of this lap in the activity it belongs to | [optional]
**max_speed** | Option<**f32**> | The maximum speed of this lat, in meters per second | [optional]
**moving_time** | Option<**i32**> | The lap's moving time, in seconds | [optional]
**name** | Option<**String**> | The name of the lap | [optional]
**pace_zone** | Option<**i32**> | The athlete's pace zone during this lap | [optional]
**split** | Option<**i32**> | | [optional]
**start_date** | Option<**String**> | The time at which the lap was started. | [optional]
**start_date_local** | Option<**String**> | The time at which the lap was started in the local timezone. | [optional]
**total_elevation_gain** | Option<**f32**> | The elevation gain of this lap, in meters | [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)