@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
47 lines (39 loc) • 1.75 kB
Markdown
# NotificationResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**type** | [**NotificationType**](NotificationType.md) | | [default to undefined]
**title** | **string** | | [default to undefined]
**message** | **string** | | [default to undefined]
**data** | [**NotificationData**](NotificationData.md) | | [optional] [default to undefined]
**preview** | [**NotificationPreview**](NotificationPreview.md) | | [optional] [default to undefined]
**target** | [**NotificationTargetPreview**](NotificationTargetPreview.md) | | [optional] [default to undefined]
**initiator** | [**NotificationInitiator**](NotificationInitiator.md) | | [optional] [default to undefined]
**sport** | [**NotificationSportPreview**](NotificationSportPreview.md) | | [optional] [default to undefined]
**slot** | [**NotificationSlotPreview**](NotificationSlotPreview.md) | | [optional] [default to undefined]
**club** | [**NotificationResponseClub**](NotificationResponseClub.md) | | [optional] [default to undefined]
**createdAt** | **string** | | [default to undefined]
**readAt** | **string** | | [optional] [default to undefined]
**isRead** | **boolean** | | [default to undefined]
## Example
```typescript
import { NotificationResponse } from '@tennac-booking/sdk';
const instance: NotificationResponse = {
id,
type,
title,
message,
data,
preview,
target,
initiator,
sport,
slot,
club,
createdAt,
readAt,
isRead,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)