Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.45 KB

SummarySegment.md

File metadata and controls

25 lines (21 loc) · 1.45 KB

SummarySegment

Properties

Name Type Description Notes
id int The unique identifier of this segment [optional]
name str The name of this segment [optional]
activity_type str [optional]
distance float The segment's distance, in meters [optional]
average_grade float The segment's average grade, in percents [optional]
maximum_grade float The segments's maximum grade, in percents [optional]
elevation_high float The segments's highest elevation, in meters [optional]
elevation_low float The segments's lowest elevation, in meters [optional]
start_latlng LatLng [optional]
end_latlng LatLng [optional]
climb_category int The category of the climb [optional]
city str The segments's city. [optional]
state str The segments's state or geographical region. [optional]
country str The segment's country. [optional]
private bool Whether this segment is private. [optional]
athlete_pr_effort SummarySegmentEffort [optional]

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