@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
47 lines (39 loc) • 1.77 kB
Markdown
# PublicUserProfileResponse
## 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]
**email** | **string** | | [default to undefined]
**isAccountVerified** | **boolean** | | [default to undefined]
**location** | [**UserLocationSummary**](UserLocationSummary.md) | | [default to undefined]
**createdAt** | **string** | | [default to undefined]
**profilePicture** | **string** | | [optional] [default to undefined]
**levelBySports** | [**Array<LevelBySportEntry>**](LevelBySportEntry.md) | | [optional] [default to undefined]
**characteristics** | [**Array<CharacteristicEntry>**](CharacteristicEntry.md) | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**frequentlyVisitedClubs** | [**Array<ClubSummary>**](ClubSummary.md) | | [default to undefined]
**recentlyPlayedWith** | [**Array<PlayerSummary>**](PlayerSummary.md) | | [default to undefined]
## Example
```typescript
import { PublicUserProfileResponse } from '@tennac-booking/sdk';
const instance: PublicUserProfileResponse = {
id,
username,
firstName,
lastName,
email,
isAccountVerified,
location,
createdAt,
profilePicture,
levelBySports,
characteristics,
description,
frequentlyVisitedClubs,
recentlyPlayedWith,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)