Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.49 KB

DetailedAthlete.md

File metadata and controls

29 lines (26 loc) · 2.49 KB

DetailedAthlete

Properties

Name Type Description Notes
ResourceState int32 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]
ProfileMedium 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]
CreatedAt time.Time The time at which the athlete was created. [optional] [default to null]
UpdatedAt time.Time The time at which the athlete was last updated. [optional] [default to null]
FollowerCount int32 The athlete's follower count. [optional] [default to null]
FriendCount int32 The athlete's friend count. [optional] [default to null]
MeasurementPreference string The athlete's preferred unit system. [optional] [default to null]
Ftp int32 The athlete's FTP (Functional Threshold Power). [optional] [default to null]
Weight float32 The athlete's weight. [optional] [default to null]
Clubs []SummaryClub The athlete's clubs. [optional] [default to null]
Bikes []SummaryGear The athlete's bikes. [optional] [default to null]
Shoes []SummaryGear The athlete's shoes. [optional] [default to null]

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