Strava v1.0.0 Strava.SummaryAthlete View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.SummaryAthlete{
  city: String.t(),
  country: String.t(),
  created_at: DateTime.t(),
  firstname: String.t(),
  follower: String.t(),
  friend: String.t(),
  id: integer(),
  lastname: String.t(),
  premium: boolean(),
  profile: String.t(),
  profile_medium: String.t(),
  resource_state: integer(),
  sex: String.t(),
  state: String.t(),
  summit: boolean(),
  updated_at: DateTime.t()
}