# NotificationThread

NotificationThread expose Notification on API

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [optional] [default to undefined]
**pinned** | **boolean** |  | [optional] [default to undefined]
**repository** | [**Repository**](Repository.md) |  | [optional] [default to undefined]
**subject** | [**NotificationSubject**](NotificationSubject.md) |  | [optional] [default to undefined]
**unread** | **boolean** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { NotificationThread } from 'berg';

const instance: NotificationThread = {
    id,
    pinned,
    repository,
    subject,
    unread,
    updated_at,
    url,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
