# CharactersCharacterIdNotificationsGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **is_read** | **boolean** | | [optional] [default to undefined] **notification_id** | **number** | | [default to undefined] **sender_id** | **number** | | [default to undefined] **sender_type** | **string** | | [default to undefined] **text** | **string** | | [optional] [default to undefined] **timestamp** | **string** | | [default to undefined] **type** | **string** | | [default to undefined] ## Example ```typescript import { CharactersCharacterIdNotificationsGetInner } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdNotificationsGetInner = { is_read, notification_id, sender_id, sender_type, text, timestamp, type, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)