VendorAuditLogResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the audit log entry. | [default to null] |
| action | String | The action that was performed (e.g., “create”, “update”, “delete”). | [default to null] |
| resource_type | String | The type of resource that was affected. | [default to null] |
| resource_id | String | Optional identifier of the affected resource. | [optional] [default to null] |
| metadata | any | Additional metadata about the action in JSON format. | [default to null] |
| created_at | Date | Timestamp when the action was performed. | [default to null] |