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
# ListAuditLogsSuccessResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**audit_logs** | Option<[**Vec<crate::models::AuditLogEvent>**]AuditLogEvent.md> | Array of audit log events, ordered by occurred_at ascending. | [optional]
**has_more** | Option<**bool**> | True if additional events exist beyond this page. Use next_cursor to fetch the next page. | [optional]
**next_cursor** | Option<**String**> | Opaque cursor to pass as cursor in the next request. Only present when has_more is true. | [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)