# ScanDataExportExecution
## Properties
**id** | Option<**i32**> | The ID of the execution | [optional]
**user_id** | Option<**i32**> | The ID if the user triggering the export job | [optional]
**status** | Option<**String**> | The status of the execution | [optional]
**trigger** | Option<**String**> | The trigger mode | [optional]
**start_time** | Option<**String**> | The start time | [optional]
**end_time** | Option<**String**> | The end time | [optional]
**status_text** | Option<**String**> | The status text | [optional]
**user_name** | Option<**String**> | The name of the user triggering the job | [optional]
**file_present** | Option<**bool**> | Indicates whether the export artifact is present in registry | [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)