strava_client 0.1.0

Client API for Strava. https://developers.strava.com/
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# UpdatableActivity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commute** | Option<**bool**> | Whether this activity is a commute | [optional]
**trainer** | Option<**bool**> | Whether this activity was recorded on a training machine | [optional]
**hide_from_home** | Option<**bool**> | Whether this activity is muted | [optional]
**description** | Option<**String**> | The description of the activity | [optional]
**name** | Option<**String**> | The name of the activity | [optional]
**_type** | Option<[**crate::models::ActivityType**]ActivityType.md> |  | [optional]
**gear_id** | Option<**String**> | Identifier for the gear associated with the activity. ‘none’ clears gear from activity | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)