# DetailedSegmentAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | Option<**String**> | The time at which the segment was created. | [optional] **updated_at** | Option<**String**> | The time at which the segment was last updated. | [optional] **total_elevation_gain** | Option<**f32**> | The segment's total elevation gain. | [optional] **map** | Option<[**crate::models::PolylineMap**](PolylineMap.md)> | | [optional] **effort_count** | Option<**i32**> | The total number of efforts for this segment | [optional] **athlete_count** | Option<**i32**> | The number of unique athletes who have an effort for this segment | [optional] **hazardous** | Option<**bool**> | Whether this segment is considered hazardous | [optional] **star_count** | Option<**i32**> | The number of stars for this segment | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)