Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.53 KB

RunningRace.md

File metadata and controls

21 lines (17 loc) · 1.53 KB

RunningRace

Properties

Name Type Description Notes
id i32 The unique identifier of this race. [optional] [default to null]
name String The name of this race. [optional] [default to null]
running_race_type i32 The type of this race. [optional] [default to null]
distance f32 The race's distance, in meters. [optional] [default to null]
start_date_local String The time at which the race begins started in the local timezone. [optional] [default to null]
city String The name of the city in which the race is taking place. [optional] [default to null]
state String The name of the state or geographical region in which the race is taking place. [optional] [default to null]
country String The name of the country in which the race is taking place. [optional] [default to null]
route_ids Vec The set of routes that cover this race's course. [optional] [default to null]
measurement_preference String The unit system in which the race should be displayed. [optional] [default to null]
url String The vanity URL of this race on Strava. [optional] [default to null]
website_url String The URL of this race's website. [optional] [default to null]

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