Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.56 KB

DetailedAthlete.md

File metadata and controls

31 lines (27 loc) · 2.56 KB

DetailedAthlete

Properties

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

[Back to Model list] [Back to API list] [Back to README]