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] |
[Back to Model list] [Back to API list] [Back to README]