UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

47 lines (39 loc) 1.66 kB
# PlayerSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **username** | **string** | | [optional] [default to undefined] **firstName** | **string** | | [default to undefined] **lastName** | **string** | | [default to undefined] **description** | **string** | | [optional] [default to undefined] **profilePicture** | **string** | | [optional] [default to undefined] **avatar** | **string** | | [optional] [default to undefined] **gender** | [**Gender**](Gender.md) | | [optional] [default to undefined] **levelBySports** | [**Array<LevelBySportEntry>**](LevelBySportEntry.md) | | [optional] [default to undefined] **characteristics** | [**Array<CharacteristicEntry>**](CharacteristicEntry.md) | | [optional] [default to undefined] **location** | [**UserLocationSummary**](UserLocationSummary.md) | | [default to undefined] **sharedClubs** | **boolean** | | [default to undefined] **lastPlayedAt** | **string** | | [optional] [default to undefined] **playCount** | **number** | | [optional] [default to undefined] ## Example ```typescript import { PlayerSummary } from '@tennac-booking/sdk'; const instance: PlayerSummary = { id, username, firstName, lastName, description, profilePicture, avatar, gender, levelBySports, characteristics, location, sharedClubs, lastPlayedAt, playCount, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)