enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
# PaginatedSubscriberRecordDataInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**avatar** | Option<**String**> | Avatar URL. | [optional]
**credentials** | Option<[**Vec<models::SubscriberCredential>**]SubscriberCredential.md> | Push/chat provider credentials for this subscriber. | [optional]
**email** | Option<**String**> | Email address. | [optional]
**first_name** | Option<**String**> | First name. | [optional]
**id** | **uuid::Uuid** | Internal UUID assigned by the system. | 
**is_online** | Option<**bool**> | Whether the subscriber is currently connected via SSE/WebSocket. | [optional]
**last_name** | Option<**String**> | Last name. | [optional]
**last_online_at** | Option<**String**> | ISO 8601 timestamp of when the subscriber was last seen online. | [optional]
**locale** | Option<**String**> | Locale tag. | [optional]
**phone** | Option<**String**> | Phone number. | [optional]
**subscriber_id** | **String** | Your unique subscriber identifier. | 

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