Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.35 KB

RunningRace.md

File metadata and controls

20 lines (17 loc) · 1.35 KB

Strava.NET.Model.RunningRace

Properties

Name Type Description Notes
Id int? The unique identifier of this race. [optional]
Name string The name of this race. [optional]
RunningRaceType int? The type of this race. [optional]
Distance float? The race's distance, in meters. [optional]
StartDateLocal DateTime? The time at which the race begins started in the local timezone. [optional]
City string The name of the city in which the race is taking place. [optional]
State string The name of the state or geographical region in which the race is taking place. [optional]
Country string The name of the country in which the race is taking place. [optional]
RouteIds List<int?> The set of routes that cover this race's course. [optional]
MeasurementPreference string The unit system in which the race should be displayed. [optional]
Url string The vanity URL of this race on Strava. [optional]
WebsiteUrl string The URL of this race's website. [optional]

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