| Name | Type | Description | Notes |
|---|
| id | Int64 | The unique identifier of this segment | [optional] [default to nothing] |
| name | String | The name of this segment | [optional] [default to nothing] |
| activity_type | String | | [optional] [default to nothing] |
| distance | Float32 | The segment's distance, in meters | [optional] [default to nothing] |
| average_grade | Float32 | The segment's average grade, in percents | [optional] [default to nothing] |
| maximum_grade | Float32 | The segments's maximum grade, in percents | [optional] [default to nothing] |
| elevation_high | Float32 | The segments's highest elevation, in meters | [optional] [default to nothing] |
| elevation_low | Float32 | The segments's lowest elevation, in meters | [optional] [default to nothing] |
| start_latlng | Vector{Float32} | A pair of latitude/longitude coordinates, represented as an array of 2 floating point numbers. | [optional] [default to nothing] |
| end_latlng | Vector{Float32} | A pair of latitude/longitude coordinates, represented as an array of 2 floating point numbers. | [optional] [default to nothing] |
| climb_category | Int64 | The category of the climb [0, 5]. Higher is harder ie. 5 is Hors catégorie, 0 is uncategorized in climb_category. | [optional] [default to nothing] |
| city | String | The segments's city. | [optional] [default to nothing] |
| state | String | The segments's state or geographical region. | [optional] [default to nothing] |
| country | String | The segment's country. | [optional] [default to nothing] |
| private | Bool | Whether this segment is private. | [optional] [default to nothing] |
| athletepreffort | ***SummaryPRSegmentEffort** | | [optional] [default to nothing] |
| athletesegmentstats | ***SummarySegmentEffort** | | [optional] [default to nothing] |
| created_at | ZonedDateTime | The time at which the segment was created. | [optional] [default to nothing] |
| updated_at | ZonedDateTime | The time at which the segment was last updated. | [optional] [default to nothing] |
| totalelevationgain | Float32 | The segment's total elevation gain. | [optional] [default to nothing] |
| map | ***PolylineMap** | | [optional] [default to nothing] |
| effort_count | Int64 | The total number of efforts for this segment | [optional] [default to nothing] |
| athlete_count | Int64 | The number of unique athletes who have an effort for this segment | [optional] [default to nothing] |
| hazardous | Bool | Whether this segment is considered hazardous | [optional] [default to nothing] |
| star_count | Int64 | The number of stars for this segment | [optional] [default to nothing] |