Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.72 KB

SummaryAthlete.md

File metadata and controls

24 lines (21 loc) · 1.72 KB

Strava.NET.Model.SummaryAthlete

Properties

Name Type Description Notes
Id int? The unique identifier of the athlete [optional]
ResourceState int? Resource state, indicates level of detail. Possible values: 1 -> "meta", 2 -> "summary", 3 -> "detail" [optional]
Firstname string The athlete's first name. [optional]
Lastname string The athlete's last name. [optional]
ProfileMedium string URL to a 62x62 pixel profile picture. [optional]
Profile string URL to a 124x124 pixel profile picture. [optional]
City string The athlete's city. [optional]
State string The athlete's state or geographical region. [optional]
Country string The athlete's country. [optional]
Sex string The athlete's sex. [optional]
Friend string Whether the currently logged-in athlete follows this athlete. [optional]
Follower string Whether this athlete follows the currently logged-in athlete. [optional]
Premium bool? Deprecated. Use summit field instead. Whether the athlete has any Summit subscription. [optional]
Summit bool? Whether the athlete has any Summit subscription. [optional]
CreatedAt DateTime? The time at which the athlete was created. [optional]
UpdatedAt DateTime? The time at which the athlete was last updated. [optional]

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