Name | Type | Description | Notes |
---|
id | Int64 | The unique identifier of the activity | [optional] [default to nothing] |
external_id | String | The identifier provided at upload time | [optional] [default to nothing] |
upload_id | Int64 | The identifier of the upload that resulted in this activity | [optional] [default to nothing] |
athlete | ***MetaAthlete** | | [optional] [default to nothing] |
name | String | The name of the activity | [optional] [default to nothing] |
distance | Float32 | The activity's distance, in meters | [optional] [default to nothing] |
moving_time | Int64 | The activity's moving time, in seconds | [optional] [default to nothing] |
elapsed_time | Int64 | The activity's elapsed time, in seconds | [optional] [default to nothing] |
totalelevationgain | Float32 | The activity's total elevation gain. | [optional] [default to nothing] |
elev_high | Float32 | The activity's highest elevation, in meters | [optional] [default to nothing] |
elev_low | Float32 | The activity's lowest elevation, in meters | [optional] [default to nothing] |
type | ***ActivityType** | | [optional] [default to nothing] |
sport_type | ***SportType** | | [optional] [default to nothing] |
start_date | ZonedDateTime | The time at which the activity was started. | [optional] [default to nothing] |
startdatelocal | ZonedDateTime | The time at which the activity was started in the local timezone. | [optional] [default to nothing] |
timezone | String | The timezone of the activity | [optional] [default to nothing] |
start_latlng | Vector{Float32} | A pair of latitude/longitude coordinates, represented as an array of 2 floating point numbers. | [optional] [default to nothing] |
end_latlng | Vector{Float32} | A pair of latitude/longitude coordinates, represented as an array of 2 floating point numbers. | [optional] [default to nothing] |
achievement_count | Int64 | The number of achievements gained during this activity | [optional] [default to nothing] |
kudos_count | Int64 | The number of kudos given for this activity | [optional] [default to nothing] |
comment_count | Int64 | The number of comments for this activity | [optional] [default to nothing] |
athlete_count | Int64 | The number of athletes for taking part in a group activity | [optional] [default to nothing] |
photo_count | Int64 | The number of Instagram photos for this activity | [optional] [default to nothing] |
totalphotocount | Int64 | The number of Instagram and Strava photos for this activity | [optional] [default to nothing] |
map | ***PolylineMap** | | [optional] [default to nothing] |
trainer | Bool | Whether this activity was recorded on a training machine | [optional] [default to nothing] |
commute | Bool | Whether this activity is a commute | [optional] [default to nothing] |
manual | Bool | Whether this activity was created manually | [optional] [default to nothing] |
private | Bool | Whether this activity is private | [optional] [default to nothing] |
flagged | Bool | Whether this activity is flagged | [optional] [default to nothing] |
workout_type | Int64 | The activity's workout type | [optional] [default to nothing] |
uploadidstr | String | The unique identifier of the upload in string format | [optional] [default to nothing] |
average_speed | Float32 | The activity's average speed, in meters per second | [optional] [default to nothing] |
max_speed | Float32 | The activity's max speed, in meters per second | [optional] [default to nothing] |
has_kudoed | Bool | Whether the logged-in athlete has kudoed this activity | [optional] [default to nothing] |
hidefromhome | Bool | Whether the activity is muted | [optional] [default to nothing] |
gear_id | String | The id of the gear for the activity | [optional] [default to nothing] |
kilojoules | Float32 | The total work done in kilojoules during this activity. Rides only | [optional] [default to nothing] |
average_watts | Float32 | Average power output in watts during this activity. Rides only | [optional] [default to nothing] |
device_watts | Bool | Whether the watts are from a power meter, false if estimated | [optional] [default to nothing] |
max_watts | Int64 | Rides with power meter data only | [optional] [default to nothing] |
weightedaveragewatts | Int64 | Similar to Normalized Power. Rides with power meter data only | [optional] [default to nothing] |
description | String | The description of the activity | [optional] [default to nothing] |
photos | ***PhotosSummary** | | [optional] [default to nothing] |
gear | ***SummaryGear** | | [optional] [default to nothing] |
calories | Float32 | The number of kilocalories consumed during this activity | [optional] [default to nothing] |
segment_efforts | Vector{DetailedSegmentEffort} | | [optional] [default to nothing] |
device_name | String | The name of the device used to record the activity | [optional] [default to nothing] |
embed_token | String | The token used to embed a Strava activity | [optional] [default to nothing] |
splits_metric | Vector{Split} | The splits of this activity in metric units (for runs) | [optional] [default to nothing] |
splits_standard | Vector{Split} | The splits of this activity in imperial units (for runs) | [optional] [default to nothing] |
laps | Vector{Lap} | | [optional] [default to nothing] |
best_efforts | Vector{DetailedSegmentEffort} | | [optional] [default to nothing] |