# Operation
## Properties
**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Operation ID | [optional]
**owner_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | ID of the user who performed the operation | [optional]
**logged** | Option<**String**> | Date/time when the operation was logged | [optional]
**target_type** | Option<**String**> | Type of the operation target | [optional]
**target_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | ID of the operation target. Can be null if the operation is not related to a specific resource. | [optional]
**target_value** | Option<**String**> | Value of the operation target as provided by the user. | [optional]
**operation_type** | Option<**String**> | Type of the operation | [optional]
**args** | Option<**Vec<String>**> | Positional arguments of the operation | [optional]
**kwargs** | Option<[**serde_json::Value**](.md)> | Keyword arguments of the operation | [optional]
**result** | Option<**String**> | Result of the operation | [optional]
**error_msg** | Option<**String**> | Error message if the operation failed | [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)