This commit is contained in:
2025-12-25 13:59:50 +01:00
commit 24611e05c9
206 changed files with 13603 additions and 0 deletions

15
scp_core/docs/Log.md Normal file
View File

@@ -0,0 +1,15 @@
# Log
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | Option<[**models::LogType**](LogType.md)> | | [optional]
**executing_user** | Option<[**models::UserMinimal**](UserMinimal.md)> | | [optional]
**date** | Option<**String**> | | [optional]
**log_key** | Option<**String**> | | [optional]
**message** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)