| 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] |