| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The identifier or name of the event. Maximum 128 characters. | |
| externalId | String | The external ID of the user targeted for the event. Either the user's External ID or OneSignal ID is required. | [optional] |
| onesignalId | String | The OneSignal ID of the user targeted for the event. Either the user's External ID or OneSignal ID is required. | [optional] |
| timestamp | OffsetDateTime | Time the event occurred as an ISO8601 formatted string. Defaults to now if not included or past date provided. | [optional] |
| payload | Map<String, Object> | Properties or data related to the event, like {"geography": "USA"} | [optional] |