Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.99 KB

Lap.md

File metadata and controls

27 lines (23 loc) · 1.99 KB

Lap

Properties

Name Type Description Notes
id i64 The unique identifier of this lap [optional] [default to null]
activity *::models::MetaActivity [optional] [default to null]
athlete *::models::MetaAthlete [optional] [default to null]
average_cadence f32 The lap's average cadence [optional] [default to null]
average_speed f32 The lap's average speed [optional] [default to null]
distance f32 The lap's distance, in meters [optional] [default to null]
elapsed_time i32 The lap's elapsed time, in seconds [optional] [default to null]
start_index i32 The start index of this effort in its activity's stream [optional] [default to null]
end_index i32 The end index of this effort in its activity's stream [optional] [default to null]
lap_index i32 The index of this lap in the activity it belongs to [optional] [default to null]
max_speed f32 The maximum speed of this lat, in meters per second [optional] [default to null]
moving_time i32 The lap's moving time, in seconds [optional] [default to null]
name String The name of the lap [optional] [default to null]
pace_zone i32 The athlete's pace zone during this lap [optional] [default to null]
split i32 [optional] [default to null]
start_date String The time at which the lap was started. [optional] [default to null]
start_date_local String The time at which the lap was started in the local timezone. [optional] [default to null]
total_elevation_gain f32 The elevation gain of this lap, in meters [optional] [default to null]

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