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
# DetailedClubAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**membership** | Option<**String**> | The membership status of the logged-in athlete. | [optional]
**admin** | Option<**bool**> | Whether the currently logged-in athlete is an administrator of this club. | [optional]
**owner** | Option<**bool**> | Whether the currently logged-in athlete is the owner of this club. | [optional]
**following_count** | Option<**i32**> | The number of athletes in the club that the logged-in athlete follows. | [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)