| Name | Type | Description | Notes |
|---|
| id | Int64 | The unique identifier of the athlete | [optional] [default to nothing] |
| resource_state | Int64 | Resource state, indicates level of detail. Possible values: 1 -> \"meta\", 2 -> \"summary\", 3 -> \"detail\" | [optional] [default to nothing] |
| firstname | String | The athlete's first name. | [optional] [default to nothing] |
| lastname | String | The athlete's last name. | [optional] [default to nothing] |
| profile_medium | String | URL to a 62x62 pixel profile picture. | [optional] [default to nothing] |
| profile | String | URL to a 124x124 pixel profile picture. | [optional] [default to nothing] |
| city | String | The athlete's city. | [optional] [default to nothing] |
| state | String | The athlete's state or geographical region. | [optional] [default to nothing] |
| country | String | The athlete's country. | [optional] [default to nothing] |
| sex | String | The athlete's sex. | [optional] [default to nothing] |
| premium | Bool | Deprecated. Use summit field instead. Whether the athlete has any Summit subscription. | [optional] [default to nothing] |
| summit | Bool | Whether the athlete has any Summit subscription. | [optional] [default to nothing] |
| created_at | ZonedDateTime | The time at which the athlete was created. | [optional] [default to nothing] |
| updated_at | ZonedDateTime | The time at which the athlete was last updated. | [optional] [default to nothing] |
| follower_count | Int64 | The athlete's follower count. | [optional] [default to nothing] |
| friend_count | Int64 | The athlete's friend count. | [optional] [default to nothing] |
| measurement_preference | String | The athlete's preferred unit system. | [optional] [default to nothing] |
| ftp | Int64 | The athlete's FTP (Functional Threshold Power). | [optional] [default to nothing] |
| weight | Float32 | The athlete's weight. | [optional] [default to nothing] |
| clubs | Vector{SummaryClub} | The athlete's clubs. | [optional] [default to nothing] |
| bikes | Vector{SummaryGear} | The athlete's bikes. | [optional] [default to nothing] |
| shoes | Vector{SummaryGear} | The athlete's shoes. | [optional] [default to nothing] |
[Back to Model list] [Back to API list] [Back to README]