Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.09 KB

ScanDataExportExecution.md

File metadata and controls

18 lines (14 loc) · 1.09 KB

ScanDataExportExecution

Properties

Name Type Description Notes
Id int32 The ID of the execution [optional] [default to null]
UserId int32 The ID if the user triggering the export job [optional] [default to null]
Status string The status of the execution [optional] [default to null]
Trigger string The trigger mode [optional] [default to null]
StartTime time.Time The start time [optional] [default to null]
EndTime time.Time The end time [optional] [default to null]
StatusText string The status text [optional] [default to null]
UserName string The name of the user triggering the job [optional] [default to null]
FilePresent bool Indicates whether the export artifact is present in registry [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]