Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 2.59 KB

DetailedSegment.md

File metadata and controls

33 lines (29 loc) · 2.59 KB

DetailedSegment

Properties

Name Type Description Notes
Id int64 The unique identifier of this segment [optional] [default to null]
Name string The name of this segment [optional] [default to null]
ActivityType string [optional] [default to null]
Distance float32 The segment's distance, in meters [optional] [default to null]
AverageGrade float32 The segment's average grade, in percents [optional] [default to null]
MaximumGrade float32 The segments's maximum grade, in percents [optional] [default to null]
ElevationHigh float32 The segments's highest elevation, in meters [optional] [default to null]
ElevationLow float32 The segments's lowest elevation, in meters [optional] [default to null]
StartLatlng *LatLng [optional] [default to null]
EndLatlng *LatLng [optional] [default to null]
ClimbCategory int32 The category of the climb [optional] [default to null]
City string The segments's city. [optional] [default to null]
State string The segments's state or geographical region. [optional] [default to null]
Country string The segment's country. [optional] [default to null]
Private bool Whether this segment is private. [optional] [default to null]
AthletePrEffort *SummarySegmentEffort [optional] [default to null]
CreatedAt time.Time The time at which the segment was created. [optional] [default to null]
UpdatedAt time.Time The time at which the segment was last updated. [optional] [default to null]
TotalElevationGain float32 The segment's total elevation gain. [optional] [default to null]
Map_ *PolylineMap [optional] [default to null]
EffortCount int32 The total number of efforts for this segment [optional] [default to null]
AthleteCount int32 The number of unique athletes who have an effort for this segment [optional] [default to null]
Hazardous bool Whether this segment is considered hazardous [optional] [default to null]
StarCount int32 The number of stars for this segment [optional] [default to null]

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