@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
53 lines (45 loc) • 1.86 kB
Markdown
# UserEventSummary
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**clubId** | **string** | | [default to undefined]
**clubName** | **string** | | [optional] [default to undefined]
**clubLogo** | **string** | | [optional] [default to undefined]
**title** | **string** | | [default to undefined]
**category** | **string** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**photoUrl** | **string** | | [optional] [default to undefined]
**startDate** | **string** | | [default to undefined]
**endDate** | **string** | | [default to undefined]
**participationType** | [**ParticipationType**](ParticipationType.md) | | [default to undefined]
**visibilityType** | [**VisibilityType**](VisibilityType.md) | | [default to undefined]
**isActive** | **boolean** | | [default to undefined]
**price** | **number** | | [optional] [default to undefined]
**sports** | **Array<string>** | | [optional] [default to undefined]
**sportsDetails** | [**Array<UserEventSummarySportsDetailsInner>**](UserEventSummarySportsDetailsInner.md) | | [optional] [default to undefined]
**courts** | **Array<string>** | | [optional] [default to undefined]
## Example
```typescript
import { UserEventSummary } from '@tennac-booking/sdk';
const instance: UserEventSummary = {
id,
clubId,
clubName,
clubLogo,
title,
category,
description,
photoUrl,
startDate,
endDate,
participationType,
visibilityType,
isActive,
price,
sports,
sportsDetails,
courts,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)