@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
45 lines (37 loc) • 1.51 kB
Markdown
# ClubSummary
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**name** | **string** | | [default to undefined]
**picture** | **string** | | [optional] [default to undefined]
**bannerPictures** | **Array<string>** | | [optional] [default to undefined]
**galleryPictures** | **Array<string>** | | [optional] [default to undefined]
**location** | [**UserLocationSummary**](UserLocationSummary.md) | | [default to undefined]
**address** | **string** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**visitCount** | **number** | | [optional] [default to undefined]
**lastPlayedAt** | **string** | | [optional] [default to undefined]
**distanceInMeters** | **number** | | [optional] [default to undefined]
**distanceInKm** | **number** | | [optional] [default to undefined]
**tags** | **Array<string>** | | [optional] [default to undefined]
## Example
```typescript
import { ClubSummary } from '@tennac-booking/sdk';
const instance: ClubSummary = {
id,
name,
picture,
bannerPictures,
galleryPictures,
location,
address,
description,
visitCount,
lastPlayedAt,
distanceInMeters,
distanceInKm,
tags,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)