Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | The unique identifier of this race. | [optional] [default to null] |
Name | string | The name of this race. | [optional] [default to null] |
RunningRaceType | int32 | The type of this race. | [optional] [default to null] |
Distance | float32 | The race's distance, in meters. | [optional] [default to null] |
StartDateLocal | time.Time | 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] |
RouteIds | []int32 | The set of routes that cover this race's course. | [optional] [default to null] |
MeasurementPreference | 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] |
WebsiteUrl | string | The URL of this race's website. | [optional] [default to null] |