Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2 KB

SummaryAthlete.md

File metadata and controls

25 lines (21 loc) · 2 KB

SummaryAthlete

Properties

Name Type Description Notes
Id int32 The unique identifier of the athlete [optional] [default to null]
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]
Friend string Whether the currently logged-in athlete follows this athlete. [optional] [default to null]
Follower string Whether this athlete follows the currently logged-in athlete. [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]

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