onesignal-rust-api 5.12.0

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AuditLogActor

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | Option<**String**> | Email address of the actor. Absent if unavailable. | [optional]
**id** | Option<**String**> | UUID of the actor. | [optional]
**metadata** | Option<[**serde_json::Value**].md> | Additional actor-specific data. | [optional]
**name** | Option<**String**> | Display name of the actor. Absent if unavailable. | [optional]
**_type** | Option<**String**> | Actor type (e.g. member, api_key, system). | [optional]

[[Back to API list]](https://github.com/OneSignal/onesignal-rust-api#full-api-reference) [[Back to README]](https://github.com/OneSignal/onesignal-rust-api)