# Item


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**body** | **string** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]
**icon** | **string** |  | [optional] [default to undefined]
**actionTitle** | **string** |  | [optional] [default to undefined]
**action** | **string** |  | [optional] [default to undefined]
**data** | **{ [key: string]: any | null; }** |  | [optional] [default to undefined]
**sender** | **string** |  | [optional] [default to undefined]
**company** | **string** |  | [optional] [default to undefined]
**targetUserUuid** | **string** |  | [optional] [default to undefined]
**createdAt** | **string** |  | [optional] [default to undefined]
**updatedAt** | **string** |  | [optional] [default to undefined]
**readAt** | **string** |  | [optional] [default to undefined]
**sourceAppUuid** | **string** |  | [optional] [default to undefined]
**appLogo** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { Item } from '@caraer/client';

const instance: Item = {
    id,
    title,
    body,
    type,
    icon,
    actionTitle,
    action,
    data,
    sender,
    company,
    targetUserUuid,
    createdAt,
    updatedAt,
    readAt,
    sourceAppUuid,
    appLogo,
};
```

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